mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-06 16:08:49 +01:00
Add basic infrastructure, MD031, and test.
This commit is contained in:
parent
cdec362dc0
commit
d16e1cafc1
5 changed files with 136 additions and 1 deletions
42
test/fenced_code_without_blank_lines.md
Normal file
42
test/fenced_code_without_blank_lines.md
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
```
|
||||
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue