diff --git a/exampleSite/content/blog/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md
index ad74a692..64588e27 100644
--- a/exampleSite/content/blog/markdown-syntax.md
+++ b/exampleSite/content/blog/markdown-syntax.md
@@ -20,9 +20,8 @@ This article offers a sample of basic Markdown syntax that can be used in Hugo c
## Headings
-The following HTML `
`—`` elements represent six levels of section headings. `` is the highest section level while `` is the lowest.
+The following HTML ``—`` elements represent five levels of section headings. `` is the highest section level while `` is the lowest.
-# H1
## H2
### H3
#### H4
@@ -39,12 +38,12 @@ Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sap
The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
-#### Blockquote without attribution
+### Blockquote without attribution
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
> **Note** that you can use *Markdown syntax* within a blockquote.
-#### Blockquote with attribution
+### Blockquote with attribution
> Don't communicate by sharing memory, share memory by communicating.
> — Rob Pike[^1]
@@ -60,7 +59,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
Bob | 27
Alice | 23
-#### Inline Markdown within tables
+### Inline Markdown within tables
| Italics | Bold | Code |
| -------- | -------- | ------ |
@@ -68,7 +67,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
## Code Blocks
-#### Code block with backticks
+### Code block with backticks
```html
@@ -83,7 +82,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou