0.3.0 • Published 7 months ago

reoff-parse-references v0.3.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
7 months ago

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

NameType
optionsOptions

Returns

Function

Signature
(tree: Root, vfile: VFile): Promise<Root>;
Parameters
NameType
treeRoot
vfileVFile
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
# or with yarn
[![npm version](https://badge.fury.io/js/reoff-parse-references.svg)](https://badge.fury.io/js/reoff-parse-references) [![npm downloads](https://img.shields.io/npm/dm/reoff-parse-references.svg)](https://www.npmjs.com/package/reoff-parse-references)
# yarn add reoff-parse-references
# or with npm
# npm install reoff-parse-references

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.

0.3.0

7 months ago

0.2.0

8 months ago

0.1.3

8 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago