mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
65 lines
509 B
Markdown
65 lines
509 B
Markdown
# Lists with Fenced Code, Tight
|
|
|
|
- Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
- Item
|
|
- Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
- Item
|
|
|
|
Text
|
|
|
|
- Item
|
|
```text
|
|
fence
|
|
```
|
|
- Item
|
|
- Item
|
|
```text
|
|
fence
|
|
```
|
|
- Item
|
|
|
|
Text
|
|
|
|
1. Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
1. Item
|
|
1. Item
|
|
|
|
```text
|
|
fence
|
|
```
|
|
|
|
1. Item
|
|
|
|
Text
|
|
|
|
1. Item
|
|
```text
|
|
fence
|
|
```
|
|
1. Item
|
|
1. Item
|
|
```text
|
|
fence
|
|
```
|
|
1. Item
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD031": {
|
|
"list_items": false
|
|
}
|
|
} -->
|