From 7dbdf5a88b69f58c4e9e3b2747211293dca9988e Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 26 Sep 2022 22:36:54 +0000 Subject: [PATCH] Adds info about custom CSS to commonmark markdown help (#37237). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21851 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../help/en/wiki_syntax_detailed_common_mark.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. bar +

The style attribute can be used in raw HTML to apply custom formatting. The following CSS properties are allowed:

+

+  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
+
+ -- 2.39.5