-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy path.remarkrc
37 lines (37 loc) · 1.13 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
{
"plugins": [
["remark-message-control", {"name": "lint"}],
"lint",
["lint-emphasis-marker", "_"],
["lint-code-block-style", "indented"],
["lint-fenced-code-marker", "`"],
"lint-final-newline",
["lint-heading-style", "atx"],
["lint-linebreak-style", "unix"],
["lint-strong-marker", "*"],
"lint-no-blockquote-without-marker",
"lint-no-consecutive-blank-lines",
"lint-no-duplicate-headings-in-section",
"lint-no-emphasis-as-heading",
"lint-no-empty-url",
"lint-no-heading-content-indent",
"lint-no-heading-like-paragraph",
"lint-no-heading-punctuation",
"lint-no-inline-padding",
["lint-no-missing-blank-lines", {"exceptTightLists": true}],
"lint-no-multiple-toplevel-headings",
"lint-no-undefined-references",
"lint-no-unused-definitions",
["lint-ordered-list-marker-style", "."],
"lint-ordered-list-marker-value",
["lint-rule-style", "---"],
["lint-unordered-list-marker-style", "-"],
"lint-alphabetize-lists",
"lint-definition-case",
"lint-final-definition",
["lint-link-title-style", "'"],
"lint-no-duplicate-definitions",
"lint-no-undefined-references",
"lint-no-unused-definitions"
]
}