forked from OI-wiki/OI-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.remarkrc
48 lines (48 loc) · 838 Bytes
/
.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
{
"settings": {
"emphasis": "*",
"bullet": "-",
"listItemIndent": "tab"
},
"plugins": [
"remark-copywriting-correct",
"remark-preset-lint-markdown-style-guide",
[
"remark-lint-list-item-spacing",
false
],
[
"remark-lint-list-item-indent",
false
],
[
"remark-lint-no-emphasis-as-heading",
false
],
[
"remark-lint-code-block-style",
false
],
[
"remark-lint-maximum-line-length",
false
],
[
"remark-lint-ordered-list-marker-value",
"ordered"
],
"remark-gfm",
"remark-details",
"remark-math",
"remark-math-space",
"remark-lint-final-newline",
"remark-tabbed",
"remark-lint-no-tabs",
[
"remark-clang-format",
{
"math": false
}
]
]
}