From d3765493aa6cd66a92b7c96ca67e6fb28c7a1684 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Dec 2021 18:35:31 +0200 Subject: [PATCH] gdf --- files/templates/formatting.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/files/templates/formatting.html b/files/templates/formatting.html index a96cbec460..9c82f9f9e3 100644 --- a/files/templates/formatting.html +++ b/files/templates/formatting.html @@ -122,12 +122,6 @@ These Markdown tags format an entire paragraph of text at a time. Code Block ```
Use three backticks above and below.
Or, indent the lines with four spaces.
``` - - - - Spoilers - <s> bussy > gussy </s> -

bussy > gussy

 				Use three backticks above and below.
@@ -135,6 +129,11 @@ These Markdown tags format an entire paragraph of text at a time.
 				
+ + Spoilers + <s> bussy > gussy </s> +

bussy > gussy

+ @@ -285,7 +284,6 @@ Text 2 Italics <i>This</i> is how you get italics. - This is how you get italics. This is how you get italics. @@ -547,6 +545,9 @@ line breaks overflow: auto; } } + pre { + color: var(--white) !important; + } {% endblock %} \ No newline at end of file