mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-03 06:28:49 +01:00
36 lines
446 B
Markdown
36 lines
446 B
Markdown
## One {MD002}
|
|
|
|
#### Two {MD001}
|
|
|
|
### Three {MD003} ###
|
|
|
|
* Alpha
|
|
* Bravo {MD005} {MD007}
|
|
|
|
- Charlie {MD004}
|
|
|
|
* Delta {MD006} {MD007}
|
|
* Echo {MD006} {MD007}
|
|
|
|
Text {MD009}
|
|
|
|
Text text {MD010}
|
|
|
|
1. One
|
|
2. Two
|
|
3. Three
|
|
4. Four
|
|
5. Five {MD005}
|
|
6. Six
|
|
7. Seven
|
|
8. Eight
|
|
9. Nine
|
|
10. Ten
|
|
11. Eleven {MD005}
|
|
12. Twelve
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"first-heading-h1": true,
|
|
"ul-start-left": true,
|
|
"first-line-heading": false
|
|
} -->
|