1212
1313## Contents
1414
15- * [ What is this?] ( #what-is-this )
16- * [ When should I use this?] ( #when-should-i-use-this )
17- * [ Install] ( #install )
18- * [ Use] ( #use )
19- * [ API] ( #api )
20- * [ ` toParse5(tree[, options]) ` ] ( #toparse5tree-options )
21- * [ ` Options ` ] ( #options )
22- * [ ` Space ` ] ( #space )
23- * [ Types] ( #types )
24- * [ Compatibility] ( #compatibility )
25- * [ Security] ( #security )
26- * [ Related] ( #related )
27- * [ Contribute] ( #contribute )
28- * [ License] ( #license )
15+ * [ What is this?] ( #what-is-this )
16+ * [ When should I use this?] ( #when-should-i-use-this )
17+ * [ Install] ( #install )
18+ * [ Use] ( #use )
19+ * [ API] ( #api )
20+ * [ ` toParse5(tree[, options]) ` ] ( #toparse5tree-options )
21+ * [ ` Options ` ] ( #options )
22+ * [ ` Space ` ] ( #space )
23+ * [ Types] ( #types )
24+ * [ Compatibility] ( #compatibility )
25+ * [ Security] ( #security )
26+ * [ Related] ( #related )
27+ * [ Contribute] ( #contribute )
28+ * [ License] ( #license )
2929
3030## What is this?
3131
@@ -99,10 +99,10 @@ Transform a hast tree to a `parse5` AST.
9999
100100###### Parameters
101101
102- * ` tree ` ([ ` HastNode ` ] [ hast-node ] )
103- — tree to transform
104- * ` options ` ([ ` Options ` ] [ api-options ] , optional)
105- — configuration
102+ * ` tree ` ([ ` HastNode ` ] [ hast-node ] )
103+ — tree to transform
104+ * ` options ` ([ ` Options ` ] [ api-options ] , optional)
105+ — configuration
106106
107107###### Returns
108108
@@ -114,8 +114,8 @@ Configuration (TypeScript type).
114114
115115###### Fields
116116
117- * ` space ` ([ ` Space ` ] [ api-space ] , optional)
118- — which space the document is in
117+ * ` space ` ([ ` Space ` ] [ api-space ] , optional)
118+ — which space the document is in
119119
120120### ` Space `
121121
@@ -150,18 +150,18 @@ Use of `hast-util-to-parse5` can open you up to a
150150
151151## Related
152152
153- * [ ` hast -util -from -parse5 ` ](https://github.com/syntax-tree/hast-util-from-parse5)
154- — transform from Parse5’s AST to hast
155- * [ ` hast -util -to -nlcst ` ](https://github.com/syntax-tree/hast-util-to-nlcst)
156- — transform hast to nlcst
157- * [ ` hast -util -to -mdast ` ](https://github.com/syntax-tree/hast-util-to-mdast)
158- — transform hast to mdast
159- * [ ` hast -util -to -xast ` ](https://github.com/syntax-tree/hast-util-to-xast)
160- — transform hast to xast
161- * [ ` mdast -util -to -hast ` ](https://github.com/syntax-tree/mdast-util-to-hast)
162- — transform mdast to hast
163- * [ ` mdast -util -to -nlcst ` ](https://github.com/syntax-tree/mdast-util-to-nlcst)
164- — transform mdast to nlcst
153+ * [ ` hast -util -from -parse5 ` ](https://github.com/syntax-tree/hast-util-from-parse5)
154+ — transform from Parse5’s AST to hast
155+ * [ ` hast -util -to -nlcst ` ](https://github.com/syntax-tree/hast-util-to-nlcst)
156+ — transform hast to nlcst
157+ * [ ` hast -util -to -mdast ` ](https://github.com/syntax-tree/hast-util-to-mdast)
158+ — transform hast to mdast
159+ * [ ` hast -util -to -xast ` ](https://github.com/syntax-tree/hast-util-to-xast)
160+ — transform hast to xast
161+ * [ ` mdast -util -to -hast ` ](https://github.com/syntax-tree/mdast-util-to-hast)
162+ — transform mdast to hast
163+ * [ ` mdast -util -to -nlcst ` ](https://github.com/syntax-tree/mdast-util-to-nlcst)
164+ — transform mdast to nlcst
165165
166166## Contribute
167167
0 commit comments