mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-03 17:10:15 +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
|
|
@ -58,8 +58,8 @@ text
|
|||
|
||||
text
|
||||
|
||||
* list {MD032}
|
||||
``` {MD031}
|
||||
* list {MD032} {MD031:62}
|
||||
```
|
||||
code
|
||||
```
|
||||
|
||||
|
|
@ -67,8 +67,8 @@ text
|
|||
|
||||
```
|
||||
code
|
||||
``` {MD031}
|
||||
* list {MD032}
|
||||
```
|
||||
* list {MD032} {MD031:70}
|
||||
|
||||
text
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue