From 160ea4236847b094d8fc4960ca0e8daa22e19cef Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 13 Sep 2021 19:22:11 +0200 Subject: [PATCH] fd --- files/templates/formatting.html | 49 +++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/files/templates/formatting.html b/files/templates/formatting.html index 7bfb4257e..da6842656 100644 --- a/files/templates/formatting.html +++ b/files/templates/formatting.html @@ -142,6 +142,55 @@ We also have some custom hooks for mentioning users and subreddits. Note that th +{% filter markdown %} + +## Custom HTML + +And we allow custom HTML in most places + +Allowed tags: + +- b +- blockquote +- br +- code +- del +- em +- h1 +- h2 +- h3 +- h4 +- h5 +- h6 +- hr +- i +- li +- ol +- p +- pre +- strong +- sub +- sup +- table +- tbody +- th +- thead +- td +- tr +- ul +- marquee +- a +- img +- span + +Allowed styles: + +- color +- font-weight +- margin-bottom + +{% endfilter %} + {% include "expanded_image_modal.html" %}