Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.14 KB

File metadata and controls

57 lines (33 loc) · 1.14 KB

remark-ignore / end

Module: end

Table of contents

Functions

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 hidden child nodes 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


ignoreEndTransformer

ignoreEndTransformer(tree): void

A unified transformer that takes a Root node as input and returns the same node with all hidden child nodes revealed.

Parameters

Name Type
tree Root

Returns

void

Defined in

packages/remark-ignore/src/end.ts:18