Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 149a4a1

Browse files
committed
Update docs
1 parent 8aa2d2c commit 149a4a1

File tree

5 files changed

+114
-149
lines changed

5 files changed

+114
-149
lines changed

.remarkrc

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"output": true,
3-
"plugins": [
4-
"comment-config",
5-
"github",
6-
"toc",
7-
"./",
8-
"validate-links"
9-
],
3+
"plugins": {
4+
"comment-config": null,
5+
"github": null,
6+
"toc": {
7+
"tight": true
8+
},
9+
"./": {
10+
"no-missing-blank-lines": false
11+
},
12+
"validate-links": null
13+
},
1014
"settings": {
1115
"bullet": "*"
1216
}

doc/api.md

Lines changed: 0 additions & 72 deletions
This file was deleted.
File renamed without changes.

doc/rules.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ See the readme for a [list of external rules](https://github.com/wooorm/remark-l
99
## Table of Contents
1010

1111
* [Rules](#rules)
12-
1312
* [external](#external)
1413
* [reset](#reset)
1514
* [blockquote-indentation](#blockquote-indentation)

0 commit comments

Comments
 (0)