remark-ignore / index
Renames and re-exports default
Renames and re-exports default
▸ 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 child nodes following an ignore command having been hidden. After all registered other plugins are run, this plugin visits the each hidden child and reveals them.
In this way, nodes hidden by this plugin are unaffected by transformations from other plugins until said nodes are 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