mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-05 23:48:49 +01:00
Fix formatting of fenced code blocks in test files.
This commit is contained in:
parent
813abc4f27
commit
5be7104dab
3 changed files with 50 additions and 50 deletions
|
|
@ -9,18 +9,18 @@ code
|
|||
```
|
||||
|
||||
text
|
||||
``` {MD031}
|
||||
```
|
||||
code
|
||||
``` {MD031}
|
||||
text
|
||||
```
|
||||
text {MD031:12} {MD031:14}
|
||||
|
||||
```
|
||||
code
|
||||
``` {MD031}
|
||||
text
|
||||
```
|
||||
text {MD031:19}
|
||||
|
||||
text
|
||||
``` {MD031}
|
||||
text {MD031:23}
|
||||
```
|
||||
code
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue