Skip to content

Latest commit

 

History

History
executable file
·
53 lines (34 loc) · 1.1 KB

README.md

File metadata and controls

executable file
·
53 lines (34 loc) · 1.1 KB

Note This repository is automatically generated from the main parser monorepo. Please submit any issues or pull requests there.

API


rejourFrontmatter()

Signature

rejourFrontmatter(): Function;

Returns

Function

Signature
(tree: Root, file: VFile): void;
Parameters
Name Type
tree Root
file VFile
Returns

void

Defined in: lib/rejour-frontmatter.ts:8

Install

This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as

pnpm add rejour-frontmatter
# or with yarn
# yarn add rejour-frontmatter
# or with npm
# npm install rejour-frontmatter

rejour-frontmatter

Plugin for rejour that parses the frontmatter of a JATS document and adds it to the processing VFile as a list of csl citations.