Skip to content

Latest commit

 

History

History
executable file
·
63 lines (40 loc) · 1.35 KB

File metadata and controls

executable file
·
63 lines (40 loc) · 1.35 KB

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

API


default()

Signature

default(options: Options): Function;

Parameters

Name Type
options Options

Returns

Function

Signature
(tree: Root, vfile: VFile): Promise<Root>;
Parameters
Name Type
tree Root
vfile VFile
Returns

Promise<Root>

Defined in: lib/reoff-parse-references.ts:5

Install

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

pnpm add reoff-parse-references-browser
# or with yarn
# yarn add reoff-parse-references-browser
# or with npm
# npm install reoff-parse-references-browser

reoff-parse-references

Plugin for reoff which tries to find a bibliography in the document and parse it using ooxast-util-parse-bib.

Running unit tests

Run nx test reoff-reoff-parse-references to execute the unit tests via Jest.