mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-18 11:18:07 +01:00
35 lines
333 B
Markdown
35 lines
333 B
Markdown
# Blanks Around Headings
|
|
|
|
## Apple
|
|
Text
|
|
|
|
## Banana
|
|
|
|
Text
|
|
|
|
## Cherry
|
|
|
|
|
|
Text
|
|
|
|
---
|
|
## Durian {MD022} ##
|
|
|
|
Text
|
|
|
|
---
|
|
|
|
Elderberry
|
|
------------------
|
|
Text
|
|
|
|
## Fig
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"heading-style": false,
|
|
"no-multiple-blanks": false,
|
|
"blanks-around-headings": {
|
|
"lines_above": 1,
|
|
"lines_below": -1
|
|
}
|
|
} -->
|