mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-03 12:41:46 +01:00
This commit is contained in:
parent
5be7104dab
commit
6c57203ae5
4 changed files with 72 additions and 21 deletions
13
test/fenced-code-unmatched.md
Normal file
13
test/fenced-code-unmatched.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Heading
|
||||
|
||||
Text
|
||||
|
||||
```code```
|
||||
|
||||
Text
|
||||
|
||||
```javascript
|
||||
var x = 5;
|
||||
```
|
||||
|
||||
Text
|
||||
Loading…
Add table
Add a link
Reference in a new issue