File tree 3 files changed +35
-3
lines changed
3 files changed +35
-3
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
2
+ * .log
3
+ node_modules /
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " hast" ,
3
+ "private" : true ,
4
+ "version" : " 0.0.0" ,
5
+ "description" : " hypertext abstract syntax tree" ,
6
+ "license" : " MIT" ,
7
+ "keywords" : [],
8
+ "repository" : " syntax-tree/hast" ,
9
+ "bugs" : " https://github.com/syntax-tree/hast/issues" ,
10
+ "author" :
" Titus Wormer <[email protected] > (wooorm.com)" ,
11
+ "contributors" : [
12
+ " Titus Wormer <[email protected] > (wooorm.com)"
13
+ ],
14
+ "devDependencies" : {
15
+ "remark-cli" : " ^6.0.0" ,
16
+ "remark-preset-wooorm" : " ^4.0.0"
17
+ },
18
+ "scripts" : {
19
+ "format" : " remark . -qfo"
20
+ },
21
+ "remarkConfig" : {
22
+ "plugins" : [
23
+ " preset-wooorm"
24
+ ]
25
+ }
26
+ }
Original file line number Diff line number Diff line change
1
+ <!-- lint disable no-html-->
2
+
1
3
# ![ HAST] [ logo ]
2
4
3
5
** H** ypertext ** A** bstract ** S** yntax ** T** ree format.
@@ -21,8 +23,9 @@ The reason for introducing a new “virtual” DOM is primarily:
21
23
22
24
** HAST** is a subset of [ Unist] [ ] and implemented by [ rehype] [ ] .
23
25
24
- This document may not be released. See [ releases] [ ] for released
25
- documents. The latest released version is [ ` 2.2.0 ` ] [ latest ] .
26
+ This document may not be released.
27
+ See [ releases] [ ] for released documents.
28
+ The latest released version is [ ` 2.2.0 ` ] [ latest ] .
26
29
27
30
## Table of Contents
28
31
@@ -53,7 +56,7 @@ alphabetically based on content after `hast-util-`
53
56
* [ ` hast-util-assert ` ] ( https://github.com/syntax-tree/hast-util-assert )
54
57
— Assert HAST nodes
55
58
* [ ` hast-util-class-list ` ] ( https://github.com/brechtcs/hast-util-class-list )
56
- — Simulate the browser' s ` classList ` API for HAST nodes
59
+ — Simulate the browser’ s ` classList ` API for HAST nodes
57
60
* [ ` hast-util-embedded ` ] ( https://github.com/syntax-tree/hast-util-embedded )
58
61
— Check if ` node ` is embedded content
59
62
* [ ` hast-util-find-and-replace ` ] ( https://github.com/syntax-tree/hast-util-find-and-replace )
You can’t perform that action at this time.
0 commit comments