mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Mostly standardize on putting rule names and tags in code spans in documentation.
This commit is contained in:
parent
13b4340747
commit
52044c8181
53 changed files with 326 additions and 325 deletions
|
@ -1,8 +1,8 @@
|
|||
# MD028 - Blank line inside blockquote
|
||||
# `MD028` - Blank line inside blockquote
|
||||
|
||||
Tags: blockquote, whitespace
|
||||
Tags: `blockquote`, `whitespace`
|
||||
|
||||
Aliases: no-blanks-blockquote
|
||||
Aliases: `no-blanks-blockquote`
|
||||
|
||||
This rule is triggered when two blockquote blocks are separated by nothing
|
||||
except for a blank line:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue