]> source.dussan.org Git - redmine.git/commitdiff
Adds info about custom CSS to commonmark markdown help (#37237).
authorMarius Balteanu <marius.balteanu@zitec.com>
Mon, 26 Sep 2022 22:36:54 +0000 (22:36 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Mon, 26 Sep 2022 22:36:54 +0000 (22:36 +0000)
Patch by Jens Krämer.

git-svn-id: https://svn.redmine.org/redmine/trunk@21851 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/help/en/wiki_syntax_detailed_common_mark.html

index 087fa6f0510e6e1fb0830fbc2a222b70de6a42e4..74c1dd2ef9a7d97009503c6d8127bfee97366c96 100644 (file)
@@ -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>