mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
26 lines
232 B
Markdown
26 lines
232 B
Markdown
# Blanks Around Headings
|
|
|
|
## Apple
|
|
|
|
Text
|
|
|
|
## Banana {MD022}
|
|
Text
|
|
|
|
## Cherry
|
|
|
|
Text
|
|
## Durian {MD022} ##
|
|
|
|
Text
|
|
|
|
---
|
|
Elderberry {MD022}
|
|
------------------
|
|
Text
|
|
|
|
## Fig
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"heading-style": false
|
|
} -->
|