diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-26 22:36:54 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-26 22:36:54 +0000 |
commit | 7dbdf5a88b69f58c4e9e3b2747211293dca9988e (patch) | |
tree | b6f0ba200a1642a17b7091b2a71241f166a52f92 /public/help/en | |
parent | 2faadcba8b1afa1716fb5de65c8b411ab4e47360 (diff) | |
download | redmine-7dbdf5a88b69f58c4e9e3b2747211293dca9988e.tar.gz redmine-7dbdf5a88b69f58c4e9e3b2747211293dca9988e.zip |
Adds info about custom CSS to commonmark markdown help (#37237).
Patch by Jens Krämer.
git-svn-id: https://svn.redmine.org/redmine/trunk@21851 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/en')
-rw-r--r-- | public/help/en/wiki_syntax_detailed_common_mark.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/help/en/wiki_syntax_detailed_common_mark.html b/public/help/en/wiki_syntax_detailed_common_mark.html index 087fa6f05..74c1dd2ef 100644 --- a/public/help/en/wiki_syntax_detailed_common_mark.html +++ b/public/help/en/wiki_syntax_detailed_common_mark.html @@ -356,6 +356,19 @@ It can be expanded by clicking a link. <tr><td align="center" colspan="2">bar</td></tr> </table> +<p>The <strong>style</strong> attribute can be used in raw HTML to apply custom formatting. The following CSS properties are allowed:</p> +<pre><code> + color background-color + width + height + padding padding-left padding-right padding-top padding-bottom + margin margin-left margin-right margin-top margin-bottom + border border-left border-right border-top border-bottom border-radius border-style border-collapse border-spacing + font font-style font-variant font-weight font-stretch font-size line-height font-family + text-align + float +</code></pre> + </body> </html> |