yeast-markdown-parser
v1.5.1
Published
Parses markdown to yeAST (Yuri's Empathetic Arbitrary Syntax Tree) documents
Downloads
259
Readme
yeast-markdown-parser
The yeast-markdown-parser
project provides a set of yeast parsers to parse markdown content into a yeast document.
Getting Started
Prerequisites
Use the designated version of node and install dependencies:
nvm use
npm i
Compile
Run npm run build
to compile the TypeScript source into a JavaScript module with TypeScript typings.
Tests
Run npm run test
to run the Jest unit tests.