mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-16 05:54:53 +02:00
Added more header tags & ordered lists (#1514)
This commit is contained in:
committed by
GitHub
parent
f2066053f8
commit
9e0dbeddce
10
markdown.md
10
markdown.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user