File tree 7 files changed +49
-4
lines changed
7 files changed +49
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ const sectionHeadingBlacklist = new Set([
16
16
'Contribute' ,
17
17
'Contributing' ,
18
18
'Licence' ,
19
- 'License'
19
+ 'License' ,
20
+ 'Footnotes'
20
21
] ) ;
21
22
22
23
module . exports = rule ( 'remark-lint:awesome-toc' , ( ast , file ) => {
Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ non-empty
30
30
31
31
non-empty
32
32
33
+ ## Contributing
34
+
35
+ non-empty
36
+
33
37
## License
34
38
35
39
non-empty
40
+
41
+ ## Footnotes
42
+
43
+ non-empty
Original file line number Diff line number Diff line change @@ -34,6 +34,14 @@ non-empty
34
34
35
35
non-empty
36
36
37
- ## License
37
+ ## Contribute
38
+
39
+ non-empty
40
+
41
+ ## Licence
42
+
43
+ non-empty
44
+
45
+ ## Footnotes
38
46
39
47
non-empty
Original file line number Diff line number Diff line change @@ -37,3 +37,11 @@ non-empty
37
37
## License
38
38
39
39
non-empty
40
+
41
+ ## Contribute
42
+
43
+ non-empty
44
+
45
+ ## Footnotes
46
+
47
+ non-empty
Original file line number Diff line number Diff line change @@ -31,6 +31,14 @@ non-empty
31
31
32
32
non-empty
33
33
34
- ## License
34
+ ## Footnotes
35
+
36
+ non-empty
37
+
38
+ ## Licence
39
+
40
+ non-empty
41
+
42
+ ## Contribute
35
43
36
44
non-empty
Original file line number Diff line number Diff line change @@ -44,6 +44,14 @@ non-empty
44
44
45
45
non-empty
46
46
47
- ## License
47
+ ## Footnotes
48
+
49
+ non-empty
50
+
51
+ ## Contribute
52
+
53
+ non-empty
54
+
55
+ ## Licence
48
56
49
57
non-empty
Original file line number Diff line number Diff line change @@ -17,3 +17,7 @@ This section should be ignored.
17
17
## License
18
18
19
19
This section should be ignored.
20
+
21
+ ## Footnotes
22
+
23
+ This section should be ignored.
You can’t perform that action at this time.
0 commit comments