mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 06:50:12 +01:00
adjusting fenced code without blank lines test for MD047
This commit is contained in:
parent
28dfe099f3
commit
9c0554da73
2 changed files with 2 additions and 3 deletions
|
|
@ -38,5 +38,5 @@ code
|
||||||
text
|
text
|
||||||
|
|
||||||
```
|
```
|
||||||
code at end of file without newline
|
code at end of file without newline {MD047:42}
|
||||||
``` {MD047:42}
|
```
|
||||||
|
|
@ -2,4 +2,3 @@
|
||||||
"default": true,
|
"default": true,
|
||||||
"MD047": false
|
"MD047": false
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue