mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
73 lines
635 B
Markdown
73 lines
635 B
Markdown
# Lists with Fenced Code
|
|
|
|
- Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
- Item
|
|
- Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
- Item
|
|
|
|
Text
|
|
|
|
- Item
|
|
```text
|
|
fence {MD031:-1} {MD031:+1}
|
|
```
|
|
- Item
|
|
- Item
|
|
```text
|
|
fence {MD031:-1} {MD031:+1}
|
|
```
|
|
- Item
|
|
|
|
Text
|
|
|
|
1. Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
1. Item
|
|
1. Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
1. Item
|
|
|
|
Text
|
|
|
|
1. Item
|
|
```text
|
|
fence {MD031:-1} {MD031:+1}
|
|
```
|
|
1. Item
|
|
1. Item
|
|
```text
|
|
fence {MD031:-1} {MD031:+1}
|
|
```
|
|
1. Item
|
|
|
|
Text
|
|
|
|
1. Text
|
|
|
|
```text
|
|
code
|
|
|
|
Text
|
|
|
|
1. Text
|
|
```shell
|
|
fence {MD031:-1} {MD031} {MD031:+1} {MD032} {MD040:+1}
|
|
```
|