-
Notifications
You must be signed in to change notification settings - Fork 0
/
.remarkrc.yaml
51 lines (38 loc) · 1.07 KB
/
.remarkrc.yaml
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
settings:
bullet: '*'
rule: '-'
fences: true
listItemIndent: one
plugins:
# Check that markdown is consistent.
- remark-gfm
- remark-preset-lint-consistent
- remark-preset-lint-recommended
- remark-preset-lint-markdown-style-guide
- - remark-lint-list-item-indent
- space
- - remark-lint-ordered-list-marker-value
- ordered
- remark-lint-strikethrough-marker
- remark-lint-checkbox-content-indent
- - remark-lint-checkbox-character-style
- {checked: 'x', unchecked: ' '}
- remark-lint-linebreak-style
- - remark-lint-unordered-list-marker-style
- '*'
- - remark-lint-no-missing-blank-lines
- exceptTightLists: true
- - remark-lint-link-title-style
- false
- remark-lint-first-heading-level
- remark-lint-no-heading-indent
- remark-lint-no-heading-like-paragraph
- remark-lint-no-duplicate-headings-in-section
- remark-lint-no-paragraph-content-indent
- remark-stringify
- - remark-toc
- heading: contents
- - remark-lint-maximum-line-length
- false
- - remark-lint-list-item-spacing
- false