File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 11
11
" Titus Wormer <[email protected] > (wooorm.com)"
12
12
],
13
13
"devDependencies" : {
14
- "remark-cli" : " ^7 .0.0" ,
15
- "remark-preset-wooorm" : " ^6 .0.0"
14
+ "remark-cli" : " ^8 .0.0" ,
15
+ "remark-preset-wooorm" : " ^7 .0.0"
16
16
},
17
17
"scripts" : {
18
18
"format" : " remark . -qfo" ,
19
19
"test" : " npm run format"
20
20
},
21
21
"remarkConfig" : {
22
22
"plugins" : [
23
- " preset-wooorm" ,
24
- [
25
- " toc" ,
26
- {
27
- "heading" : " contents"
28
- }
29
- ]
23
+ " preset-wooorm"
30
24
]
31
25
}
32
26
}
Original file line number Diff line number Diff line change 4
4
5
5
** H** ypertext ** A** bstract ** S** yntax ** T** ree format.
6
6
7
- * * *
7
+ ** *
8
8
9
9
** hast** is a specification for representing [ HTML] [ ] (and embedded [ SVG] [ ] or
10
10
[ MathML] [ ] ) as an abstract [ syntax tree] [ syntax-tree ] .
You can’t perform that action at this time.
0 commit comments