diff --git a/exampleSite/content/posts/theme-documentation-advanced.md b/exampleSite/content/posts/theme-documentation-advanced.md
index f461714..78dd51f 100644
--- a/exampleSite/content/posts/theme-documentation-advanced.md
+++ b/exampleSite/content/posts/theme-documentation-advanced.md
@@ -91,10 +91,10 @@ We preferred privacy friendly tools like [Umami](https://umami.is/) & [Fathom An
Giving users the freedom to add anything in the HTML via config.toml seemed like an elegant way to solve the problem.
-```toml
+```markdown
[params]
customHeadHTML = """
-
+
"""
```