-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
153,364 additions
and
10,608 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,24 @@ | ||
# <name> | ||
|
||
## Contents | ||
|
||
## What is this? | ||
|
||
## When should I use this? | ||
> **Note** | ||
> This repository is automatically generated from the [main parser monorepo](https://github.com/TrialAndErrorOrg/parsers). Please submit any issues or pull requests there. | ||
## Install | ||
|
||
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). In Node.js (version 12.20+, 14.14+, or 16.0+), install with [yarn](https://classic.yarnpkg.com/en/docs/cli/add) | ||
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as | ||
|
||
```sh | ||
yarn add <name> | ||
```bash | ||
pnpm add jast | ||
# or with yarn | ||
# yarn add jast | ||
# or with npm | ||
# npm install jast | ||
``` | ||
|
||
or with [npm](https://docs.npmjs.com/cli/install) | ||
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as | ||
|
||
```sh | ||
npm install <name> | ||
```bash | ||
pnpm add jast | ||
# or with yarn | ||
# yarn add jast | ||
# or with npm | ||
# npm install jast | ||
``` | ||
|
||
## Use | ||
|
||
## API | ||
|
||
## Syntax tree | ||
|
||
## Types | ||
|
||
## Compatibility | ||
|
||
## Security | ||
|
||
## Related | ||
|
||
## Contribute | ||
|
||
## License | ||
|
||
[GPL-3.0+](LICENSE) © Thomas F. K. Jorna | ||
|
||
[unified]: https://unifiedjs.com | ||
[unifiedgh]: https://github.com/unifiedjs/unified | ||
[xast-from-xml]: https://github.com/syntax-tree/xast-util-from-xml | ||
[rehype]: https://github.com/rehypejs/rehype | ||
[rejour]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour | ||
[rejour-parse]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/rejour-parse | ||
[rejour-stringify]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/rejour-stringify | ||
[rejour-move-abstract]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/rejour-move-abstract | ||
[rejour-meta]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/rejour-meta | ||
[rejour-relatex]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/rejour-relatex | ||
[relatex]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/relatex | ||
[relatex-stringify]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/relatex/relatex-stringify | ||
[jast]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/jast | ||
[jast-util-to-texast]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/jast-util-to-texast | ||
[jastscript]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/jastscript | ||
[texast]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/relatex/texast | ||
[texast-util-to-latex]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/relatex/texast-util-to-latex | ||
[hast]: https://github.com/syntax-tree/hast | ||
[xast]: https://github.com/syntax-tree/xast | ||
[mdast]: https://github.com/syntax-tree/mdast | ||
[mdast-markdown]: https://github.com/syntax-tree/mdast-util-to-markdown | ||
[latex-utensils]: https://github.com/tamuratak/latex-utensils | ||
[latexjs]: https://github.com/latexjs/latexjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,24 @@ | ||
# apa-parser | ||
|
||
Detect inline APA citations in text | ||
|
||
## Contents | ||
|
||
- [apa-parser](#apa-parser) | ||
- [Contents](#contents) | ||
- [What is this?](#what-is-this) | ||
- [When should I use this?](#when-should-i-use-this) | ||
- [Install](#install) | ||
- [Use](#use) | ||
- [API](#api) | ||
- [Syntax tree](#syntax-tree) | ||
- [Types](#types) | ||
- [Compatibility](#compatibility) | ||
- [Security](#security) | ||
- [Related](#related) | ||
- [Contribute](#contribute) | ||
- [License](#license) | ||
|
||
## What is this? | ||
|
||
## When should I use this? | ||
> **Note** | ||
> This repository is automatically generated from the [main parser monorepo](https://github.com/TrialAndErrorOrg/parsers). Please submit any issues or pull requests there. | ||
## Install | ||
|
||
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). In Node.js (version 12.20+, 14.14+, or 16.0+), install with [yarn](https://classic.yarnpkg.com/en/docs/cli/add) | ||
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as | ||
|
||
```sh | ||
yarn add apa-parser | ||
```bash | ||
pnpm add apa-parser | ||
# or with yarn | ||
# yarn add apa-parser | ||
# or with npm | ||
# npm install apa-parser | ||
``` | ||
|
||
or with [npm](https://docs.npmjs.com/cli/install) | ||
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as | ||
|
||
```sh | ||
npm install apa-parser | ||
```bash | ||
pnpm add apa-parser | ||
# or with yarn | ||
# yarn add apa-parser | ||
# or with npm | ||
# npm install apa-parser | ||
``` | ||
|
||
## Use | ||
|
||
## API | ||
|
||
## Syntax tree | ||
|
||
## Types | ||
|
||
## Compatibility | ||
|
||
## Security | ||
|
||
## Related | ||
|
||
## Contribute | ||
|
||
## License | ||
|
||
GPL-3.0-or-later © Thomas F. K. Jorna | ||
|
||
[unified]: https://unifiedjs.com | ||
[unifiedgh]: https://github.com/unifiedjs/unified | ||
[xast-from-xml]: https://github.com/syntax-tree/xast-util-from-xml | ||
[rehype]: https://github.com/rehypejs/rehype | ||
[rejour]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour | ||
[rejour-parse]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/rejour-parse | ||
[rejour-stringify]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/rejour-stringify | ||
[rejour-move-abstract]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/rejour-move-abstract | ||
[rejour-meta]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/rejour-meta | ||
[rejour-relatex]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/rejour-relatex | ||
[relatex]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/relatex | ||
[relatex-parse]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/relatex/relatex-parse | ||
[jast]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/jast | ||
[jast-util-to-texast]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/jast-util-to-texast | ||
[jastscript]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/rejour/jastscript | ||
[texast]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/relatex/texast | ||
[texast-util-to-latex]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/relatex/texast-util-to-latex | ||
[hast]: https://github.com/syntax-tree/hast | ||
[xast]: https://github.com/syntax-tree/xast | ||
[mdast]: https://github.com/syntax-tree/mdast | ||
[mdast-markdown]: https://github.com/syntax-tree/mdast-util-to-markdown | ||
[latex-utensils]: https://github.com/tamuratak/latex-utensils | ||
[latexjs]: https://github.com/latexjs/latexjs | ||
[reoff]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/reoff | ||
[reoff-parse]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/reoff/reoff-parse | ||
[reoff-rejour]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/reoff/reoff-rejour | ||
[ooxast]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/ooxast/ooxast | ||
[ooxast]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/ooxast/ooxast-util-to-jast | ||
[apa-parser]: https://github.com/TrialAndErrorOrg/parsers/tree/main/libs/apa-parser |
Oops, something went wrong.