From 09cc81522b14c3053f4014e08899f31ac7ee20f6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 6 Oct 2021 11:05:21 +0200 Subject: [PATCH] dg --- files/templates/formatting.html | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) 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 %}