mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
36 lines
333 B
Markdown
36 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
|
||
|
}
|
||
|
} -->
|