Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
// Rules come from .markdownlint.json (auto-detected in this directory)
"globs": [
"**/*.md"
],
"ignores": [
"**/*.{af,de,es,fr,hi,id,it,ja,ko,pt-BR,pt,tr,uk,zh}.md",
"LICENSE.md",
"build_pdf/**"
]
}
129 changes: 129 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
{
"default": true,
"extends": null,
"MD001": true,
"MD003": {
"style": "consistent"
},
"MD004": {
"style": "consistent"
},
"MD005": true,
"MD007": {
"indent": 4,
"start_indented": false,
"start_indent": 2
},
"MD009": {
"br_spaces": 2,
"list_item_empty_lines": false,
"strict": false
},
"MD010": {
"code_blocks": true,
"ignore_code_languages": [],
"spaces_per_tab": 1
},
"MD011": true,
"MD012": {
"maximum": 1
},
"MD013": false,
"MD014": true,
"MD018": true,
"MD019": true,
"MD020": true,
"MD021": true,
"MD022": {
"lines_above": 1,
"lines_below": 1
},
"MD023": true,
"MD024": {
"siblings_only": false
},
"MD025": {
"level": 1,
"front_matter_title": "^\\s*title\\s*[:=]"
},
"MD026": {
"punctuation": ".,;:!。,;:!"
},
"MD027": true,
"MD028": true,
"MD029": {
"style": "one_or_ordered"
},
"MD030": {
"ul_single": 1,
"ol_single": 1,
"ul_multi": 1,
"ol_multi": 1
},
"MD031": {
"list_items": true
},
"MD032": true,
"MD033": {
"allowed_elements": [
"sub",
"sup"
]
},
"MD034": true,
"MD035": {
"style": "consistent"
},
"MD036": {
"punctuation": ".,;:!?。,;:!?"
},
"MD037": true,
"MD038": true,
"MD039": true,
"MD040": {
"allowed_languages": [],
"language_only": false
},
"MD041": {
"level": 1,
"front_matter_title": "^\\s*title\\s*[:=]"
},
"MD042": true,
"MD043": false,
"MD044": {
"names": [],
"code_blocks": true,
"html_elements": true
},
"MD045": true,
"MD046": false,
"MD047": true,
"MD048": {
"style": "consistent"
},
"MD049": {
"style": "consistent"
},
"MD050": {
"style": "consistent"
},
"MD051": {
"ignored_pattern": "^contributors-$"
},
"MD052": {
"shortcut_syntax": false
},
"MD053": {
"ignored_definitions": [
"//"
]
},
"MD054": {
"autolink": true,
"inline": true,
"full": true,
"collapsed": true,
"shortcut": true,
"url_inline": true
}
}
Loading
Loading