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- * [ ` toString(value[, options]) ` ] ( #tostringvalue-options )
21- * [ ` Options ` ] ( #options )
22- * [ Types] ( #types )
23- * [ Compatibility] ( #compatibility )
24- * [ Security] ( #security )
25- * [ Related] ( #related )
26- * [ Contribute] ( #contribute )
27- * [ 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+ * [ ` toString(value[, options]) ` ] ( #tostringvalue-options )
21+ * [ ` Options ` ] ( #options )
22+ * [ Types] ( #types )
23+ * [ Compatibility] ( #compatibility )
24+ * [ Security] ( #security )
25+ * [ Related] ( #related )
26+ * [ Contribute] ( #contribute )
27+ * [ License] ( #license )
2828
2929## What is this?
3030
@@ -89,10 +89,10 @@ and if the given value is an array, serialize the nodes in it.
8989
9090###### Parameters
9191
92- * ` value ` (` unknown ` )
93- — thing to serialize, typically [ ` Node ` ] [ node ]
94- * ` options ` ([ ` Options ` ] [ api-options ] , optional)
95- — configuration
92+ * ` value ` (` unknown ` )
93+ — thing to serialize, typically [ ` Node ` ] [ node ]
94+ * ` options ` ([ ` Options ` ] [ api-options ] , optional)
95+ — configuration
9696
9797###### Returns
9898
@@ -104,10 +104,10 @@ Configuration (TypeScript type).
104104
105105###### Fields
106106
107- * ` includeImageAlt ` (` boolean ` , default: ` true ` )
108- — whether to use ` alt ` for ` image ` s
109- * ` includeHtml ` (` boolean ` , default: ` true ` )
110- — whether to use ` value ` of HTML
107+ * ` includeImageAlt ` (` boolean ` , default: ` true ` )
108+ — whether to use ` alt ` for ` image ` s
109+ * ` includeHtml ` (` boolean ` , default: ` true ` )
110+ — whether to use ` value ` of HTML
111111
112112## Types
113113
@@ -132,10 +132,10 @@ attacks.
132132
133133## Related
134134
135- * [ ` hast-util-to-string ` ] ( https://github.com/wooorm/rehype-minify/tree/main/packages/hast-util-to-string )
136- — get text content in hast
137- * [ ` hast-util-to-text ` ] ( https://github.com/syntax-tree/hast-util-to-text )
138- — get text content in hast according to the ` innerText ` algorithm
135+ * [ ` hast-util-to-string ` ] ( https://github.com/wooorm/rehype-minify/tree/main/packages/hast-util-to-string )
136+ — get text content in hast
137+ * [ ` hast-util-to-text ` ] ( https://github.com/syntax-tree/hast-util-to-text )
138+ — get text content in hast according to the ` innerText ` algorithm
139139
140140## Contribute
141141
0 commit comments