-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.remarkrc
76 lines (76 loc) · 3.57 KB
/
.remarkrc
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
65
66
67
68
69
70
71
72
73
74
75
76
{
"output" : false,
"settings": {
"breaks" : false,
"commonmark": false,
"footnotes" : false,
"gfm" : true,
"pedantic" : false,
"position" : true,
"yaml" : false
},
"plugins" : {
"lint": {
"externals" : [],
"reset" : false,
"blockquote-indentation" : "consistent",
"checkbox-character-style" : "consistent",
"checkbox-content-indent" : true,
"code-block-style" : "consistent",
"definition-case" : true,
"definition-spacing" : true,
"emphasis-marker" : "consistent",
"fenced-code-flag" : {
"allowEmpty": false
},
"fenced-code-marker" : "consistent",
"file-extension" : "md",
"final-definition" : true,
"final-newline" : true,
"first-heading-level" : 1,
"hard-break-spaces" : true,
"heading-increment" : true,
"heading-style" : "consistent",
"link-title-style" : "consistent",
"list-item-bullet-indent" : true,
"list-item-content-indent" : true,
"list-item-indent" : "tab-size",
"list-item-spacing" : true,
"maximum-heading-length" : 60,
"maximum-line-length" : 80,
"no-auto-link-without-protocol" : true,
"no-blockquote-without-caret" : true,
"no-consecutive-blank-lines" : true,
"no-duplicate-definitions" : true,
"no-duplicate-headings" : true,
"no-emphasis-as-heading" : true,
"no-file-name-articles" : true,
"no-file-name-consecutive-dashes" : true,
"no-file-name-irregular-characters": "\\.a-zA-Z0-9-",
"no-file-name-mixed-case" : true,
"no-file-name-outer-dashes" : true,
"no-heading-content-indent" : true,
"no-heading-indent" : true,
"no-heading-punctuation" : "\\.,;:!?",
"no-html" : true,
"no-inline-padding" : true,
"no-literal-urls" : true,
"no-missing-blank-lines" : true,
"no-multiple-toplevel-headings" : 1,
"no-shell-dollars" : true,
"no-shortcut-reference-link" : true,
"no-table-indentation" : true,
"no-tabs" : true,
"no-undefined-references" : true,
"no-unused-definitions" : true,
"ordered-list-marker-style" : "consistent",
"ordered-list-marker-value" : "ordered",
"rule-style" : "consistent",
"strong-marker" : "consistent",
"table-cell-padding" : "consistent",
"table-pipe-alignment" : true,
"table-pipes" : true,
"unordered-list-marker-style" : "consistent"
}
}
}