Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.15 KB

File metadata and controls

55 lines (32 loc) · 1.15 KB

remark-ignore / index

Module: index

Table of contents

References

Functions

References

ignoreEnd

Renames and re-exports default


ignoreStart

Renames and re-exports default

Functions

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.

Parameters

Name Type
this Processor<undefined, undefined, undefined, undefined, undefined>
...parameters void[]

Returns

undefined | void | Transformer<Root, Root>

Defined in

node_modules/unified/lib/index.d.ts:946