File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ Back label to use when linking back from definitions to their reference
315
315
316
316
### ` Handler `
317
317
318
- Handle a node (TypeScript).
318
+ Handle a node (TypeScript type ).
319
319
320
320
###### Parameters
321
321
@@ -332,7 +332,7 @@ Result ([`Array<HastNode> | HastNode | undefined`][hast-node]).
332
332
333
333
### ` Handlers `
334
334
335
- Handle nodes (TypeScript).
335
+ Handle nodes (TypeScript type ).
336
336
337
337
###### Type
338
338
@@ -342,7 +342,7 @@ type Handlers = Partial<Record<Nodes['type'], Handler>>
342
342
343
343
### ` Options `
344
344
345
- Configuration (TypeScript).
345
+ Configuration (TypeScript type ).
346
346
347
347
###### Fields
348
348
@@ -380,7 +380,7 @@ Configuration (TypeScript).
380
380
381
381
### ` Raw `
382
382
383
- Raw string of HTML embedded into HTML AST (TypeScript).
383
+ Raw string of HTML embedded into HTML AST (TypeScript type ).
384
384
385
385
###### Type
386
386
You can’t perform that action at this time.
0 commit comments