mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
45 lines
433 B
Markdown
45 lines
433 B
Markdown
# Prettier `--tab-width=4`
|
|
|
|
Text
|
|
|
|
- Item
|
|
- Item
|
|
- Item
|
|
|
|
Text
|
|
|
|
- Item
|
|
- Item
|
|
- Item
|
|
- Item
|
|
- Item
|
|
- Item
|
|
|
|
Text
|
|
|
|
1. Item
|
|
1. Item
|
|
1. Item
|
|
|
|
Text
|
|
|
|
1. Item
|
|
2. Item
|
|
1. Item
|
|
2. Item
|
|
1. Item
|
|
2. Item
|
|
|
|
Text
|
|
|
|
<!-- markdownlint-configure-file
|
|
{
|
|
"list-marker-space": {
|
|
"ul_multi": 3,
|
|
"ul_single": 3
|
|
},
|
|
"ul-indent": {
|
|
"indent": 4
|
|
}
|
|
}
|
|
-->
|