@@ -6,75 +6,74 @@ fix their warnings.
6
6
7
7
See the readme for a [ list of external rules] ( https://github.com/wooorm/remark-lint#list-of-external-rules ) .
8
8
9
- ## Table of Contents
10
-
11
- * [ Rules] ( #rules )
12
- * [ external] ( #external )
13
- * [ reset] ( #reset )
14
- * [ blockquote-indentation] ( #blockquote-indentation )
15
- * [ checkbox-character-style] ( #checkbox-character-style )
16
- * [ checkbox-content-indent] ( #checkbox-content-indent )
17
- * [ code-block-style] ( #code-block-style )
18
- * [ definition-case] ( #definition-case )
19
- * [ definition-spacing] ( #definition-spacing )
20
- * [ emphasis-marker] ( #emphasis-marker )
21
- * [ fenced-code-flag] ( #fenced-code-flag )
22
- * [ fenced-code-marker] ( #fenced-code-marker )
23
- * [ file-extension] ( #file-extension )
24
- * [ final-definition] ( #final-definition )
25
- * [ final-newline] ( #final-newline )
26
- * [ first-heading-level] ( #first-heading-level )
27
- * [ hard-break-spaces] ( #hard-break-spaces )
28
- * [ heading-increment] ( #heading-increment )
29
- * [ heading-style] ( #heading-style )
30
- * [ link-title-style] ( #link-title-style )
31
- * [ list-item-bullet-indent] ( #list-item-bullet-indent )
32
- * [ list-item-content-indent] ( #list-item-content-indent )
33
- * [ list-item-indent] ( #list-item-indent )
34
- * [ list-item-spacing] ( #list-item-spacing )
35
- * [ maximum-heading-length] ( #maximum-heading-length )
36
- * [ maximum-line-length] ( #maximum-line-length )
37
- * [ no-auto-link-without-protocol] ( #no-auto-link-without-protocol )
38
- * [ no-blockquote-without-caret] ( #no-blockquote-without-caret )
39
- * [ no-consecutive-blank-lines] ( #no-consecutive-blank-lines )
40
- * [ no-duplicate-definitions] ( #no-duplicate-definitions )
41
- * [ no-duplicate-headings] ( #no-duplicate-headings )
42
- * [ no-emphasis-as-heading] ( #no-emphasis-as-heading )
43
- * [ no-file-name-articles] ( #no-file-name-articles )
44
- * [ no-file-name-consecutive-dashes] ( #no-file-name-consecutive-dashes )
45
- * [ no-file-name-irregular-characters] ( #no-file-name-irregular-characters )
46
- * [ no-file-name-mixed-case] ( #no-file-name-mixed-case )
47
- * [ no-file-name-outer-dashes] ( #no-file-name-outer-dashes )
48
- * [ no-heading-content-indent] ( #no-heading-content-indent )
49
- * [ no-heading-indent] ( #no-heading-indent )
50
- * [ no-heading-punctuation] ( #no-heading-punctuation )
51
- * [ no-html] ( #no-html )
52
- * [ no-inline-padding] ( #no-inline-padding )
53
- * [ no-literal-urls] ( #no-literal-urls )
54
- * [ no-missing-blank-lines] ( #no-missing-blank-lines )
55
- * [ no-multiple-toplevel-headings] ( #no-multiple-toplevel-headings )
56
- * [ no-shell-dollars] ( #no-shell-dollars )
57
- * [ no-shortcut-reference-image] ( #no-shortcut-reference-image )
58
- * [ no-shortcut-reference-link] ( #no-shortcut-reference-link )
59
- * [ no-table-indentation] ( #no-table-indentation )
60
- * [ no-tabs] ( #no-tabs )
61
- * [ no-undefined-references] ( #no-undefined-references )
62
- * [ no-unused-definitions] ( #no-unused-definitions )
63
- * [ ordered-list-marker-style] ( #ordered-list-marker-style )
64
- * [ ordered-list-marker-value] ( #ordered-list-marker-value )
65
- * [ rule-style] ( #rule-style )
66
- * [ strong-marker] ( #strong-marker )
67
- * [ table-cell-padding] ( #table-cell-padding )
68
- * [ table-pipe-alignment] ( #table-pipe-alignment )
69
- * [ table-pipes] ( #table-pipes )
70
- * [ unordered-list-marker-style] ( #unordered-list-marker-style )
71
-
72
9
## Rules
73
10
74
11
Remember that rules can always be turned off by
75
12
passing false. In addition, when reset is given, values can
76
13
be null or undefined in order to be ignored.
77
14
15
+ ### Table of Contents
16
+
17
+ * [ external] ( #external )
18
+ * [ reset] ( #reset )
19
+ * [ blockquote-indentation] ( #blockquote-indentation )
20
+ * [ checkbox-character-style] ( #checkbox-character-style )
21
+ * [ checkbox-content-indent] ( #checkbox-content-indent )
22
+ * [ code-block-style] ( #code-block-style )
23
+ * [ definition-case] ( #definition-case )
24
+ * [ definition-spacing] ( #definition-spacing )
25
+ * [ emphasis-marker] ( #emphasis-marker )
26
+ * [ fenced-code-flag] ( #fenced-code-flag )
27
+ * [ fenced-code-marker] ( #fenced-code-marker )
28
+ * [ file-extension] ( #file-extension )
29
+ * [ final-definition] ( #final-definition )
30
+ * [ final-newline] ( #final-newline )
31
+ * [ first-heading-level] ( #first-heading-level )
32
+ * [ hard-break-spaces] ( #hard-break-spaces )
33
+ * [ heading-increment] ( #heading-increment )
34
+ * [ heading-style] ( #heading-style )
35
+ * [ link-title-style] ( #link-title-style )
36
+ * [ list-item-bullet-indent] ( #list-item-bullet-indent )
37
+ * [ list-item-content-indent] ( #list-item-content-indent )
38
+ * [ list-item-indent] ( #list-item-indent )
39
+ * [ list-item-spacing] ( #list-item-spacing )
40
+ * [ maximum-heading-length] ( #maximum-heading-length )
41
+ * [ maximum-line-length] ( #maximum-line-length )
42
+ * [ no-auto-link-without-protocol] ( #no-auto-link-without-protocol )
43
+ * [ no-blockquote-without-caret] ( #no-blockquote-without-caret )
44
+ * [ no-consecutive-blank-lines] ( #no-consecutive-blank-lines )
45
+ * [ no-duplicate-definitions] ( #no-duplicate-definitions )
46
+ * [ no-duplicate-headings] ( #no-duplicate-headings )
47
+ * [ no-emphasis-as-heading] ( #no-emphasis-as-heading )
48
+ * [ no-file-name-articles] ( #no-file-name-articles )
49
+ * [ no-file-name-consecutive-dashes] ( #no-file-name-consecutive-dashes )
50
+ * [ no-file-name-irregular-characters] ( #no-file-name-irregular-characters )
51
+ * [ no-file-name-mixed-case] ( #no-file-name-mixed-case )
52
+ * [ no-file-name-outer-dashes] ( #no-file-name-outer-dashes )
53
+ * [ no-heading-content-indent] ( #no-heading-content-indent )
54
+ * [ no-heading-indent] ( #no-heading-indent )
55
+ * [ no-heading-punctuation] ( #no-heading-punctuation )
56
+ * [ no-html] ( #no-html )
57
+ * [ no-inline-padding] ( #no-inline-padding )
58
+ * [ no-literal-urls] ( #no-literal-urls )
59
+ * [ no-missing-blank-lines] ( #no-missing-blank-lines )
60
+ * [ no-multiple-toplevel-headings] ( #no-multiple-toplevel-headings )
61
+ * [ no-shell-dollars] ( #no-shell-dollars )
62
+ * [ no-shortcut-reference-image] ( #no-shortcut-reference-image )
63
+ * [ no-shortcut-reference-link] ( #no-shortcut-reference-link )
64
+ * [ no-table-indentation] ( #no-table-indentation )
65
+ * [ no-tabs] ( #no-tabs )
66
+ * [ no-undefined-references] ( #no-undefined-references )
67
+ * [ no-unused-definitions] ( #no-unused-definitions )
68
+ * [ ordered-list-marker-style] ( #ordered-list-marker-style )
69
+ * [ ordered-list-marker-value] ( #ordered-list-marker-value )
70
+ * [ rule-style] ( #rule-style )
71
+ * [ strong-marker] ( #strong-marker )
72
+ * [ table-cell-padding] ( #table-cell-padding )
73
+ * [ table-pipe-alignment] ( #table-pipe-alignment )
74
+ * [ table-pipes] ( #table-pipes )
75
+ * [ unordered-list-marker-style] ( #unordered-list-marker-style )
76
+
78
77
### external
79
78
80
79
```` md
@@ -95,6 +94,8 @@ name or a file), but in the browser an object must be passed in.
95
94
When using a globally installed remark-lint, globally installed external
96
95
rules are also loaded.
97
96
97
+ The prefix ` remark-lint- ` can be omitted.
98
+
98
99
### reset
99
100
100
101
```` md
0 commit comments