File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,14 @@ Callback called when a section is found (TypeScript type).
163
163
* ` info ` ([ ` Info ` ] [ api-info ] )
164
164
— extra info
165
165
166
+ ###### Returns
167
+
168
+ Results (` Array<Node | null | undefined> ` , optional).
169
+
170
+ If nothing is returned, nothing will be changed.
171
+ If an array of nodes (can include ` null ` and ` undefined ` ) is returned, the
172
+ original section will be replaced by those nodes.
173
+
166
174
### ` Info `
167
175
168
176
Extra info (TypeScript type).
@@ -176,14 +184,6 @@ Extra info (TypeScript type).
176
184
* ` end ` (` number ` or ` null ` )
177
185
— index of ` end ` in ` parent `
178
186
179
- ###### Returns
180
-
181
- Results (` Array<Node | null | undefined> ` , optional).
182
-
183
- If nothing is returned, nothing will be changed.
184
- If an array of nodes (can include ` null ` and ` undefined ` ) is returned, the
185
- original section will be replaced by those nodes.
186
-
187
187
### ` Options `
188
188
189
189
Configuration (TypeScript type).
You can’t perform that action at this time.
0 commit comments