2017-05-07 12:48:04 -07:00
|
|
|
{
|
2022-11-13 20:53:10 -08:00
|
|
|
"code-block-style": {
|
|
|
|
"style": "fenced"
|
|
|
|
},
|
|
|
|
"code-fence-style": {
|
|
|
|
"style": "backtick"
|
|
|
|
},
|
|
|
|
"emphasis-style": {
|
|
|
|
"style": "asterisk"
|
|
|
|
},
|
|
|
|
"fenced-code-language": {
|
|
|
|
"allowed_languages": [
|
|
|
|
"javascript",
|
|
|
|
"json",
|
|
|
|
"markdown"
|
|
|
|
],
|
|
|
|
"language_only": true
|
|
|
|
},
|
|
|
|
"heading-style": {
|
|
|
|
"style": "atx"
|
|
|
|
},
|
|
|
|
"hr-style": {
|
|
|
|
"style": "---"
|
|
|
|
},
|
2022-11-05 17:34:37 -07:00
|
|
|
"line-length": {
|
|
|
|
"strict": true
|
|
|
|
},
|
2022-04-21 21:05:30 -07:00
|
|
|
"no-duplicate-heading": {
|
|
|
|
"siblings_only": true
|
|
|
|
},
|
2022-11-13 20:53:10 -08:00
|
|
|
"ol-prefix": {
|
|
|
|
"style": "ordered"
|
|
|
|
},
|
2022-03-10 06:07:07 +00:00
|
|
|
"proper-names": {
|
|
|
|
"code_blocks": false,
|
|
|
|
"names": [
|
|
|
|
"Cake.Markdownlint",
|
|
|
|
"CommonMark",
|
|
|
|
"JavaScript",
|
|
|
|
"Markdown",
|
|
|
|
"markdown-it",
|
|
|
|
"markdownlint",
|
|
|
|
"Node.js"
|
2017-05-07 12:48:04 -07:00
|
|
|
]
|
2022-11-13 20:53:10 -08:00
|
|
|
},
|
|
|
|
"strong-style": {
|
|
|
|
"style": "asterisk"
|
|
|
|
},
|
|
|
|
"ul-style": {
|
|
|
|
"style": "dash"
|
2017-05-07 12:48:04 -07:00
|
|
|
}
|
|
|
|
}
|