markdownlint/test/lists_without_blank_lines.md

75 lines
612 B
Markdown
Raw Normal View History

* list (on first line)
text
* list
---
* list {MD032}
---
+ list {MD032}
---
- list {MD032}
---
1. list {MD032}
---
* list
* list {MD032}
---
text
1. list {MD032}
2. list
text
* list
* list
* list
text
* list
with hanging indent
* list
with hanging indent
* list
with hanging indent
Note: list without hanging indent violates MD032
* list
item with blank lines
* list
item with blank lines
text
```js
/*
* code block
* not a list
*/
```
text
* list {MD032} {MD031:62}
```
code
```
text
```
code
```
* list {MD032} {MD031:70}
text
* list (on last line without newline)