Note This repository is automatically generated from the main parser monorepo. Please submit any issues or pull requests there.
Plugin for reoff
that transforms an ooxast
syntax tree into a jats
syntax tree, i.e. converting .docx
to JATS XML
.
This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as
pnpm add reoff-rejour
# or with yarn
# yarn add reoff-rejour
# or with npm
# npm install reoff-rejour
Plugin to bridge or mutate to jast.
If a destination is given, runs the destination with the new mdast tree (bridge-mode). Without destination, returns the mdast tree: further plugins run on that tree (mutate-mode).
This is done so that you can use this plugin as either the plugin before the stringify plugin, or the plugin before another mutate plugin
default(this: Processor<void, Root, void, void>, ...settings: [Processor, Options?]): void | Transformer<Root, Root>;
Name | Type |
---|---|
this |
Processor <void , Root , void , void > |
...settings |
[Processor , Options? ] |
void
| Transformer
<Root
, Root
>
Defined in: node_modules/.pnpm/unified@10.1.2/node_modules/unified/index.d.ts:531
Plugin to bridge or mutate to jast.
If a destination is given, runs the destination with the new mdast tree (bridge-mode). Without destination, returns the mdast tree: further plugins run on that tree (mutate-mode).
This is done so that you can use this plugin as either the plugin before the stringify plugin, or the plugin before another mutate plugin
default(this: Processor<void, Root, void, void>, ...settings: [Options?] | void[]): void | Transformer<Root, Root>;
Name | Type |
---|---|
this |
Processor <void , Root , void , void > |
...settings |
[Options? ] |
void
| Transformer
<Root
, Root
>
Defined in: node_modules/.pnpm/unified@10.1.2/node_modules/unified/index.d.ts:531
GPL-3.0-or-later © Thomas F. K. Jorna