Added more header tags & ordered lists (#1514)

This commit is contained in:
Akshay Kadam (A2K) 2020-08-03 17:39:26 +05:30 committed by GitHub
parent f2066053f8
commit 9e0dbeddce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title: Markdown
category: Markup category: Markup
layout: 2017/sheet layout: 2017/sheet
prism_languages: [markdown] prism_languages: [markdown]
updated: 2020-06-24 updated: 2020-07-01
weight: -1 weight: -1
--- ---
@ -16,6 +16,9 @@ weight: -1
# h1 # h1
## h2 ## h2
### h3 ### h3
#### h4
##### h5
###### h6
``` ```
```markdown ```markdown
@ -61,6 +64,11 @@ __bold__
- [x] Checkbox on - [x] Checkbox on
``` ```
```markdown
1. Item 1
2. Item 2
```
### Links ### Links
```markdown ```markdown