remark-ignore / end
▸ default(this
, ...parameters
): undefined
| void
| Transformer
<Root
, Root
>
A remark plugin that takes a Root node as input and returns the same node with all hidden child nodes revealed.
Name | Type |
---|---|
this |
Processor <undefined , undefined , undefined , undefined , undefined > |
...parameters |
void [] |
undefined
| void
| Transformer
<Root
, Root
>
node_modules/unified/lib/index.d.ts:946
▸ ignoreEndTransformer(tree
): void
A unified transformer that takes a Root node as input and returns the same node with all hidden child nodes revealed.
Name | Type |
---|---|
tree |
Root |
void