forked from mrjoshuak/qmlweb
-
Notifications
You must be signed in to change notification settings - Fork 11
/
.remarkrc
63 lines (63 loc) · 2.08 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
{
"plugins": {
"lint": {
"blockquote-indentation": 1,
"checkbox-character-style": { "checked": "x", "unchecked": " " },
"checkbox-content-indent": true,
"code-block-style": "fenced",
"definition-case": true,
"definition-spacing": true,
"emphasis-marker": "_",
"fenced-code-flag": true,
"fenced-code-marker": "`",
"file-extension": "md",
"final-definition": true,
"final-newline": true,
"first-heading-level": 1,
"hard-break-spaces": true,
"heading-increment": true,
"heading-style": "atx",
"link-title-style": false,
"list-item-bullet-indent": true,
"list-item-content-indent": true,
"list-item-indent": "space",
"list-item-spacing": false,
"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": 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": true,
"no-html": true,
"no-inline-padding": true,
"no-literal-urls": true,
"no-missing-blank-lines": true,
"no-multiple-toplevel-headings": true,
"no-shell-dollars": true,
"no-shortcut-reference-image": 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": ".",
"ordered-list-marker-value": "ordered",
"rule-style": "_______",
"strong-marker": "*",
"table-cell-padding": "padded",
"table-pipe-alignment": true,
"table-pipes": true,
"unordered-list-marker-style": "*"
}
}
}