From 0b1031407c93a819b13254e62da53d153dc452d1 Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Wed, 31 Aug 2022 15:33:17 +0200 Subject: [PATCH 2/2] adds info about custom CSS to commonmark markdown help --- .../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 087fa6f051..74c1dd2ef9 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.30.2