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