yeast-markdown-parser
v1.5.12
Published
Parses markdown to yeAST (Yuri's Empathetic Arbitrary Syntax Tree) documents
Keywords
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 iCompile
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.
