diff --git a/content/article/markdown-formatting.md b/content/article/markdown-formatting.md
index caf6923..78a0112 100644
--- a/content/article/markdown-formatting.md
+++ b/content/article/markdown-formatting.md
@@ -322,8 +322,13 @@ For inline code blocks enclose text within backticks, as in:
that will appear as:
`inline code block`
-For multiline code blocks enclose text between two sets of triple backticks
-( ```
).
+For multiline code blocks enclose text between two sets of triple backticks ( ```
).
+```
+code blocks will ignore markdown formatting, e.g.
+![]() ## ** {{}} [^footnote]
+
+```
+
## Embedded content [THIS WE NEED TO TALK ABOUT]