mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
19 lines
153 B
Markdown
19 lines
153 B
Markdown
# One
|
|
|
|
## Two
|
|
|
|
### THREE
|
|
|
|
#### four
|
|
|
|
##### Five
|
|
|
|
###### SiX
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD043": {
|
|
"headings": [
|
|
"*"
|
|
]
|
|
}
|
|
} -->
|