forked from meilisearch/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.jsonc
13 lines (13 loc) · 905 Bytes
/
.markdownlint.jsonc
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"MD013": false, // line-length Line length [Expected: 80; Actual: 119]
"MD001": false, // heading-increment/header-increment Heading levels should only increment by one level at a time
"MD026": {"punctuation": ".,;:。,;"}, // no-trailing-punctuation Trailing punctuation in headings except ? and !
"MD014": false, // commands-show-output Dollar signs used before commands without showing output
"MD024": false, // no-duplicate-heading/no-duplicate-header
"MD025": {"front_matter_title": "(?!.*)"}, // single-title/single-h1 Accept both h1 and front matter titles
"MD040": false, // fenced-code-language Fenced code blocks should have a language specified
"MD033": false, // no-inline-html Inline HTML
"MD049": { "style": "underscore" }, // enforce use of underscore for em/italics
"MD050": { "style": "asterisk" }, // enforce use of asterisk for strong/bold
"MD051": false
}