diff --git a/files/templates/formatting.html b/files/templates/formatting.html
index a96cbec46..9c82f9f9e 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
|