markdownlint/test/fenced-code-unmatched.md

13 lines
70 B
Markdown

# Heading
Text
```code```
Text
```javascript
var x = 5;
```
Text