diff --git a/examples/blog/src/content/blog/markdown-style-guide.md b/examples/blog/src/content/blog/markdown-style-guide.md
index a72853438d..cf02c4198f 100644
--- a/examples/blog/src/content/blog/markdown-style-guide.md
+++ b/examples/blog/src/content/blog/markdown-style-guide.md
@@ -31,13 +31,13 @@ Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sap
## Images
-#### Syntax
+### Syntax
```markdown
![Alt text](./full/or/relative/path/of/image)
```
-#### Output
+### Output
![blog placeholder](/blog-placeholder-about.jpg)
@@ -77,7 +77,7 @@ The blockquote element represents content that is quoted from another source, op
## Tables
-#### Syntax
+### Syntax
```markdown
| Italics | Bold | Code |
@@ -85,7 +85,7 @@ The blockquote element represents content that is quoted from another source, op
| _italics_ | **bold** | `code` |
```
-#### Output
+### Output
| Italics | Bold | Code |
| --------- | -------- | ------ |
@@ -93,7 +93,7 @@ The blockquote element represents content that is quoted from another source, op
## Code Blocks
-#### Syntax
+### Syntax
we can use 3 backticks ``` in new line and write snippet and close with 3 backticks on new line and to highlight language specific syntax, write one word of language name after first 3 backticks, for eg. html, javascript, css, markdown, typescript, txt, bash
@@ -112,7 +112,7 @@ we can use 3 backticks ``` in new line and write snippet and close with 3 backti
```
````
-Output
+### Output
```html
@@ -187,7 +187,7 @@ Output
## Other Elements — abbr, sub, sup, kbd, mark
-#### Syntax
+### Syntax
```markdown
GIF is a bitmap image format.
@@ -196,12 +196,12 @@ H2O
Xn + Yn = Zn
-Press CTRL+ALT+Delete to end the session.
+Press CTRL + ALT + Delete to end the session.
Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
```
-#### Output
+### Output
GIF is a bitmap image format.
@@ -209,6 +209,6 @@ H2O
Xn + Yn = Zn
-Press CTRL+ALT+Delete to end the session.
+Press CTRL + ALT + Delete to end the session.
Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.