diff --git a/files/templates/formatting.html b/files/templates/formatting.html index fb2780db3..27d399a94 100644 --- a/files/templates/formatting.html +++ b/files/templates/formatting.html @@ -9,15 +9,12 @@ -{% filter markdown %} -# Formatting +

Formatting

On {{'SITE_NAME' | app_config}}, you can use Markdown formatting. -## Inline formatting - -{% endfilter %} +

Inline formatting

@@ -76,9 +73,7 @@ On {{'SITE_NAME' | app_config}}, you can use Markdown formatting.
-{% filter markdown %} - -## Block formatting +

Block formatting

These Markdown tags format an entire paragraph of text at a time. @@ -131,12 +126,10 @@ These Markdown tags format an entire paragraph of text at a time. -## Custom Formatting +

Custom Formatting

We also have some custom hooks for mentioning users and subreddits. Note that these only work if the mentioned user or subreddit actually exists. -{% endfilter %} - @@ -164,9 +157,7 @@ We also have some custom hooks for mentioning users and subreddits. Note that th
-{% filter markdown %} - -## Custom HTML +

Custom HTML

And we allow custom HTML in most places. @@ -494,8 +485,6 @@ Allowed styles: -{% endfilter %} - {% include "expanded_image_modal.html" %} {% endblock %}