mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-12 21:26:14 +01:00
Re-implement MD022/blanks-around-headings to ignore comments and blockquotes.
This commit is contained in:
parent
1db87ef0c6
commit
debc08bca1
5 changed files with 16 additions and 35 deletions
|
|
@ -5,11 +5,11 @@
|
|||
## MD022/blanks-around-headings
|
||||
|
||||
>
|
||||
### Alpha {MD022}
|
||||
### Alpha
|
||||
> >
|
||||
|
||||
<!-- comment -->
|
||||
### Beta {MD022}
|
||||
### Beta
|
||||
<!-- comments --><!-- comments -->
|
||||
|
||||
> Text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue