mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-15 21:44:51 +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
|
||||
layout: 2017/sheet
|
||||
prism_languages: [markdown]
|
||||
updated: 2020-06-24
|
||||
updated: 2020-07-01
|
||||
weight: -1
|
||||
---
|
||||
|
||||
@@ -16,6 +16,9 @@ weight: -1
|
||||
# h1
|
||||
## h2
|
||||
### h3
|
||||
#### h4
|
||||
##### h5
|
||||
###### h6
|
||||
```
|
||||
|
||||
```markdown
|
||||
@@ -61,6 +64,11 @@ __bold__
|
||||
- [x] Checkbox on
|
||||
```
|
||||
|
||||
```markdown
|
||||
1. Item 1
|
||||
2. Item 2
|
||||
```
|
||||
|
||||
### Links
|
||||
|
||||
```markdown
|
||||
|
||||
Reference in New Issue
Block a user