mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-09 17:38:50 +01:00
17 lines
172 B
Markdown
17 lines
172 B
Markdown
# One
|
|
|
|
## Two
|
|
|
|
### Three
|
|
|
|
#### Four
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"required-headings": {
|
|
"headings": [
|
|
"# One",
|
|
"## Two",
|
|
"*"
|
|
]
|
|
}
|
|
} -->
|