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"
|
|
|
|
},
|
2024-05-13 22:57:47 -07:00
|
|
|
"extended-ascii": {
|
|
|
|
"ascii-only": true
|
|
|
|
},
|
2022-11-13 20:53:10 -08:00
|
|
|
"fenced-code-language": {
|
|
|
|
"allowed_languages": [
|
2022-12-13 17:11:43 -08:00
|
|
|
"bash",
|
|
|
|
"html",
|
2022-11-13 20:53:10 -08:00
|
|
|
"javascript",
|
|
|
|
"json",
|
2022-12-13 17:11:43 -08:00
|
|
|
"markdown",
|
|
|
|
"text"
|
2022-11-13 20:53:10 -08:00
|
|
|
],
|
|
|
|
"language_only": true
|
|
|
|
},
|
|
|
|
"heading-style": {
|
|
|
|
"style": "atx"
|
|
|
|
},
|
|
|
|
"hr-style": {
|
|
|
|
"style": "---"
|
|
|
|
},
|
2022-11-05 17:34:37 -07:00
|
|
|
"line-length": {
|
2022-12-23 23:12:50 +00:00
|
|
|
"strict": true,
|
|
|
|
"code_blocks": false
|
2022-11-05 17:34:37 -07:00
|
|
|
},
|
2023-11-14 19:56:23 -08:00
|
|
|
"link-image-style": {
|
|
|
|
"collapsed": false,
|
|
|
|
"shortcut": false,
|
|
|
|
"url_inline": false
|
|
|
|
},
|
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
|
|
|
},
|
2023-09-04 16:45:01 -07:00
|
|
|
"reference-links-images": {
|
|
|
|
"shortcut_syntax": true
|
|
|
|
},
|
2022-11-13 20:53:10 -08:00
|
|
|
"strong-style": {
|
|
|
|
"style": "asterisk"
|
|
|
|
},
|
|
|
|
"ul-style": {
|
|
|
|
"style": "dash"
|
2017-05-07 12:48:04 -07:00
|
|
|
}
|
|
|
|
}
|