12
12
13
13
## Contents
14
14
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 )
28
28
29
29
## What is this?
30
30
@@ -89,10 +89,10 @@ and if the given value is an array, serialize the nodes in it.
89
89
90
90
###### Parameters
91
91
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
96
96
97
97
###### Returns
98
98
@@ -104,10 +104,10 @@ Configuration (TypeScript type).
104
104
105
105
###### Fields
106
106
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
111
111
112
112
## Types
113
113
@@ -132,10 +132,10 @@ attacks.
132
132
133
133
## Related
134
134
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
139
139
140
140
## Contribute
141
141
0 commit comments