mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
16 lines
218 B
Markdown
16 lines
218 B
Markdown
# One #
|
|
|
|
### Three {MD001} {MD043} ###
|
|
|
|
#### Four ####
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"required-headings": {
|
|
"headings": [
|
|
"# One",
|
|
"## Two",
|
|
"### Three",
|
|
"#### Four"
|
|
]
|
|
}
|
|
} -->
|