mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
66 lines
593 B
Markdown
66 lines
593 B
Markdown
# Lists with Fenced Code
|
|
|
|
- Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
- Item
|
|
- Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
- Item
|
|
|
|
Text
|
|
|
|
- Item
|
|
```text
|
|
fence {MD031:21} {MD031:23}
|
|
```
|
|
- Item
|
|
- Item
|
|
```text
|
|
fence {MD031:26} {MD031:28}
|
|
```
|
|
- Item
|
|
|
|
Text
|
|
|
|
1. Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
1. Item
|
|
1. Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
1. Item
|
|
|
|
Text
|
|
|
|
1. Item
|
|
```text
|
|
fence {MD031:51} {MD031:53}
|
|
```
|
|
1. Item
|
|
1. Item
|
|
```text
|
|
fence {MD031:56} {MD031:58}
|
|
```
|
|
1. Item
|
|
|
|
Text
|
|
|
|
1. Text
|
|
```shell
|
|
fence {MD031:64} {MD031:65} {MD032:65} {MD040:66}
|
|
```
|