mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
20 lines
329 B
JSON
20 lines
329 B
JSON
{
|
|
"extends": "@ivuorinen/markdownlint-config",
|
|
"code-block-style": {
|
|
"style": "fenced"
|
|
},
|
|
"code-fence-style": {
|
|
"style": "backtick"
|
|
},
|
|
"heading-style": {
|
|
"style": "atx"
|
|
},
|
|
"no-duplicate-heading": {
|
|
"siblings_only": true
|
|
},
|
|
"required-headings": false,
|
|
"ul-style": {
|
|
"style": "dash"
|
|
}
|
|
}
|