remark-ignore / start
▸ 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.
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
▸ ignoreStartTransformer(tree
): void
A unified transformer that takes a Root node as input and returns the same node with all child nodes following an ignore command having been hidden.
Name | Type |
---|---|
tree |
Root |
void