mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
fix(prettier): add ordered list configuration
Signed-off-by: Adam Moss <2951486+adam-moss@users.noreply.github.com>
This commit is contained in:
parent
37c32dbe2a
commit
cc701ea700
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ to `4`, the following `markdownlint` configuration can be used:
|
||||||
},
|
},
|
||||||
"MD030": {
|
"MD030": {
|
||||||
"ul_single": 3,
|
"ul_single": 3,
|
||||||
"ul_multi": 3
|
"ul_multi": 3,
|
||||||
|
"ol_multi": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue