mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01: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 @@
|
|||
# MD020 - No space inside hashes on closed atx style heading
|
||||
# `MD020` - No space inside hashes on closed atx style heading
|
||||
|
||||
Tags: atx_closed, headers, headings, spaces
|
||||
Tags: `atx_closed`, `headers`, `headings`, `spaces`
|
||||
|
||||
Aliases: no-missing-space-closed-atx
|
||||
Aliases: `no-missing-space-closed-atx`
|
||||
|
||||
Fixable: Most violations can be fixed by tooling
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue