markdownlint/test/fenced_code_without_blank_lines.md

42 lines
243 B
Markdown
Raw Normal View History

```
code at start of file
```
text
```ruby
code
```
text
``` {MD031}
code
``` {MD031}
text
```
code
``` {MD031}
text
text
``` {MD031}
code
```
text
```js
code
code
code
```
```html
```
text
```
code at end of file without newline
```