mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-21 08:20:12 +01:00
21 lines
238 B
Markdown
21 lines
238 B
Markdown
# One #
|
|
|
|
## Two ##
|
|
|
|
### Three ###
|
|
|
|
#### Four ####
|
|
|
|
##### Five #####
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"required-headings": {
|
|
"headings": [
|
|
"# One",
|
|
"*",
|
|
"### Three",
|
|
"*",
|
|
"##### Five"
|
|
]
|
|
}
|
|
} -->
|