-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.mdastrc
64 lines (64 loc) · 2.06 KB
/
.mdastrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"plugins": {
"lint": {
"blockquote-indentation": 2,
"checkbox-character-style": {"checked": "x"},
"checkbox-content-indent": true,
"code-block-style": "fenced",
"definition-case": false,
"definition-spacing": true,
"emphasis-marker": "*",
"fenced-code-flag": {"allowEmpty": true},
"fenced-code-marker": "`",
"file-extension": "md",
"final-definition": false,
"final-newline": true,
"first-heading-level": true,
"hard-break-spaces": true,
"heading-increment": true,
"heading-style": "atx",
"link-title-style": "\"",
"list-item-bullet-indent": true,
"list-item-content-indent": 2,
"list-item-indent": "space",
"list-item-spacing": false,
"maximum-heading-length": 60,
"maximum-line-length": 140,
"no-auto-link-without-protocol": true,
"no-blockquote-without-caret": true,
"no-consecutive-blank-lines": true,
"no-duplicate-definitions": true,
"no-duplicate-headings": false,
"no-emphasis-as-heading": true,
"no-file-name-articles": false,
"no-file-name-consecutive-dashes": true,
"no-file-name-irregular-characters": true,
"no-file-name-mixed-case": false,
"no-file-name-outer-dashes": true,
"no-heading-content-indent": true,
"no-heading-indent": true,
"no-heading-punctuation": false,
"no-html": false,
"no-inline-padding": true,
"no-literal-urls": true,
"no-missing-blank-lines": false,
"no-multiple-toplevel-headings": true,
"no-shell-dollars": false,
"no-shortcut-reference-image": true,
"no-shortcut-reference-link": true,
"no-table-indentation": true,
"no-tabs": true,
"ordered-list-marker-style": ".",
"ordered-list-marker-value": "ordered",
"strong-marker": "*",
"table-cell-padding": "consistent",
"table-pipe-alignment": true,
"table-pipes": true,
"unordered-list-marker-style": "*"
}
},
"settings": {
"listItemIndent": "1",
"incrementListMarker": true
}
}