markdownlint/test/fenced_code_without_blank_lines.md

47 lines
No EOL
371 B
Markdown

```
code at start of file
```
text
```ruby
code
```
text
```
code
```
text {MD031:12} {MD031:14}
```
code
```
text {MD031:19}
text {MD031:23}
```
code
```
text
```js
code
code
code
```
```html
```
text
<!-- markdownlint-configure-file {
"fenced-code-language": false,
"first-line-heading": false
} -->
```
code at end of file without newline {MD047:47}
```