Forgot a few fenced code blocks

This commit is contained in:
Christian Muehlhaeuser
2019-12-13 23:40:58 +01:00
parent e3e1a076f0
commit 3018ad9a32
+3 -3
View File
@@ -463,7 +463,7 @@ The `emph` element represents an emphasized text.
Markdown:
```
```markdown
This text is *emphasized*.
```
@@ -489,7 +489,7 @@ The `strong` element represents important text.
Markdown:
```
```markdown
This text is **strong**.
```
@@ -515,7 +515,7 @@ The `hr` element represents a horizontal rule.
Markdown:
```
```markdown
---
```