File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 12
12
" Eugene Sharygin <[email protected] >"
13
13
],
14
14
"devDependencies" : {
15
- "remark-cli" : " ^7 .0.0" ,
16
- "remark-preset-wooorm" : " ^6 .0.0"
15
+ "remark-cli" : " ^8 .0.0" ,
16
+ "remark-preset-wooorm" : " ^7 .0.0"
17
17
},
18
18
"scripts" : {
19
19
"format" : " remark . -qfo" ,
20
20
"test" : " npm run format"
21
21
},
22
22
"remarkConfig" : {
23
23
"plugins" : [
24
- " preset-wooorm" ,
25
- [
26
- " toc" ,
27
- {
28
- "heading" : " contents"
29
- }
30
- ]
24
+ " preset-wooorm"
31
25
]
32
26
}
33
27
}
Original file line number Diff line number Diff line change 2
2
3
3
** M** ark** d** own ** A** bstract ** S** yntax ** T** ree.
4
4
5
- * * *
5
+ ** *
6
6
7
7
** mdast** is a specification for representing Markdown in a [ syntax
8
8
tree] [ syntax-tree ] .
@@ -1565,7 +1565,7 @@ projects!
1565
1565
1566
1566
[ dfn-frontmatter-content ] : #frontmattercontent
1567
1567
1568
- [ dfn-definition-content ] : #frontmattercontent
1568
+ [ dfn-definition-content ] : #definitioncontent
1569
1569
1570
1570
[ dfn-list-content ] : #listcontent
1571
1571
You can’t perform that action at this time.
0 commit comments