0.0.1 • Published 7 months ago

ezal-markdown v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

中文

Ezal Markdown

A simple, asynchronous markdown renderer.

Install

npm install --save ezal-markdown

Use

const { render } = require('ezal-markdown');

const markdown_content = `
# Title
Hello World.
`;

render(markdown_content).then(console.log);

Develop

git clone git://github.com/JonnyJong/ezal-markdown.git
npm install -g typescript
tsc
0.0.1

7 months ago

0.0.0

7 months ago