78d09e3ef3
Do not use dollar signs in shell codeblocks when no output is shown
30 lines
560 B
JSON
30 lines
560 B
JSON
{
|
|
"default": true,
|
|
"first-header-h1": true,
|
|
"header-style": {
|
|
"style": "atx"
|
|
},
|
|
"ul-style": {
|
|
"style": "dash"
|
|
},
|
|
"line-length": false,
|
|
"no-duplicate-header": {
|
|
"allow_different_nesting": true
|
|
},
|
|
"no-trailing-punctuation": {
|
|
"punctuation": ".,;:!。,;:!?"
|
|
},
|
|
"ol-prefix": {
|
|
"style": "one"
|
|
},
|
|
"no-inline-html": false,
|
|
"hr-style": {
|
|
"style": "---"
|
|
},
|
|
"no-emphasis-as-heading": false,
|
|
"fenced-code-language": false,
|
|
"first-line-h1": false,
|
|
"code-block-style": {
|
|
"style": "fenced"
|
|
}
|
|
}
|