mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
37 lines
298 B
Markdown
37 lines
298 B
Markdown
# Blanks Around Headings
|
|
|
|
|
|
|
|
## Apple
|
|
Text
|
|
|
|
|
|
|
|
## Banana
|
|
Text
|
|
|
|
|
|
|
|
## Cherry
|
|
Text
|
|
|
|
|
|
## Durian {MD022} ##
|
|
Text
|
|
|
|
Elderberry {MD022}
|
|
------------------
|
|
Text
|
|
|
|
|
|
|
|
## Fig
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD003": false,
|
|
"MD012": false,
|
|
"MD022": {
|
|
"lines_above": 3,
|
|
"lines_below": 0
|
|
}
|
|
} -->
|