mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
42 lines
No EOL
266 B
Markdown
42 lines
No EOL
266 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
|
|
|
|
```
|
|
code at end of file without newline {MD047:42}
|
|
``` |