diff --git a/docs/reference/formatting.md b/docs/reference/formatting.md
index d52b206db..bb600c833 100644
--- a/docs/reference/formatting.md
+++ b/docs/reference/formatting.md
@@ -121,20 +121,6 @@ document:
_Example_:
``` markdown
-Text can be {--deleted--} and replacement text {++added++}. This can also be
-combined into {~~one~>a single~~} operation. {==Highlighting==} is also
-possible {>>and comments can be added inline<<}.
-
-{==
-
-Formatting can also be applied to blocks, by putting the opening and closing
-tags on separate lines and adding new lines between the tags and the content.
-
-==}
-```
-
-_Result_:
-
Text can be {--deleted--} and replacement text {++added++}. This can also be
combined into {~~one~>a single~~} operation. {==Highlighting==} is also
possible {>>and comments can be added inline<<}.
@@ -145,6 +131,25 @@ Formatting can also be applied to blocks, by putting the opening and closing
tags on separate lines and adding new lines between the tags and the content.
==}
+```
+
+_Result_:
+
+Text can be deleted and replacement text
+added. This can also be combined into
+onea single operation.
+Highlighting is also possible
+and comments can be added inline.
+
+
+ Formatting can also be applied to blocks, by putting the opening and + closing tags on separate lines and adding new lines between the tags and + the content. +
+ +