1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 16:30:28 -04:00
jarv.is/.markdownlintrc
2020-05-24 09:09:52 -04:00

15 lines
525 B
Plaintext

{
"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", "strong", "em", "img", "svg", "path", "polygon", "circle", "g", "code", "span", "sup", "figure", "figcaption", "iframe" ] },
"no-trailing-punctuation": false,
"single-h1": false,
"whitespace": false
}