mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-05 15:38:49 +01:00
Update MD014/commands-show-output to report each violation, include fix information (fixes #217).
This commit is contained in:
parent
1edb3f0a78
commit
c4f77e021d
4 changed files with 81 additions and 33 deletions
|
|
@ -1,36 +1,43 @@
|
|||
# heading
|
||||
|
||||
```fence
|
||||
$ code
|
||||
```
|
||||
|
||||
text
|
||||
|
||||
```fence
|
||||
$ code
|
||||
```
|
||||
|
||||
text
|
||||
|
||||
```fence
|
||||
$ code
|
||||
$ code
|
||||
$ code {MD014}
|
||||
```
|
||||
|
||||
text
|
||||
|
||||
```fence
|
||||
$ code {MD014}
|
||||
```
|
||||
|
||||
text
|
||||
|
||||
```fence
|
||||
$ code {MD014}
|
||||
$ code {MD014}
|
||||
```
|
||||
|
||||
text
|
||||
|
||||
```fence
|
||||
$ code {MD014}
|
||||
$ code {MD014}
|
||||
```
|
||||
|
||||
text
|
||||
|
||||
```fence
|
||||
$ code
|
||||
code
|
||||
$ code
|
||||
code
|
||||
```
|
||||
|
||||
text
|
||||
|
||||
```sh
|
||||
|
||||
$ npm install --save multimatch
|
||||
$ npm install --save multimatch {MD014}
|
||||
```
|
||||
|
||||
text
|
||||
|
||||
{MD014:3} {MD014:9} {MD014:15} {MD014:22} {MD014:29}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue