mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 13:58:25 -04:00
17 lines
471 B
JSON
17 lines
471 B
JSON
{
|
|
"default": true,
|
|
"code-block-style": { "style": "fenced" },
|
|
"code-fence-style": { "style": "backtick" },
|
|
"fenced-code-language": true,
|
|
"heading-style": { "style": "atx" },
|
|
"hr-style": { "style": "---" },
|
|
"line-length": false,
|
|
"no-empty-links": false,
|
|
"no-inline-html": {
|
|
"allowed_elements": ["a", "span", "img", "svg", "path", "polygon", "circle", "g", "sup"]
|
|
},
|
|
"no-trailing-punctuation": false,
|
|
"single-h1": false,
|
|
"whitespace": false
|
|
}
|