mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
22 lines
338 B
JSON
22 lines
338 B
JSON
{
|
|
"comment": "Rules for the style guide at https://www.cirosantilli.com/markdown-style-guide/",
|
|
|
|
"default": true,
|
|
"MD003": {
|
|
"style": "atx"
|
|
},
|
|
"MD004": {
|
|
"style": "dash"
|
|
},
|
|
"MD007": {
|
|
"indent": 4
|
|
},
|
|
"MD030": {
|
|
"ul_multi": 3,
|
|
"ol_multi": 2
|
|
},
|
|
"MD033": false,
|
|
"MD035": {
|
|
"style": "---"
|
|
}
|
|
}
|