Skip to content

Commit e20043b

Browse files
Fix content order
1 parent a68f102 commit e20043b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2023-01-01-markdown-to-html-test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Markdown to HTML Test
33
sitemap: false
44
---
5-
## HTML5 Tags Supported by Markdown
6-
75
These are the supported HTML tags, which will be generated from Markdown.
86

7+
## HTML Tags Supported by Markdown
8+
99
# Heading One
1010
## Heading Two
1111
### Heading Three
@@ -94,7 +94,7 @@ This tag shows **bold** text.
9494

9595
---
9696

97-
## HTML5 Tags Supported by Github-Flavored Markdown
97+
## HTML Tags Supported by Github-Flavored Markdown
9898

9999
### Tables
100100

0 commit comments

Comments
 (0)