Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yeliex/oh-markdown

parse and recompile markdown for render by js, support jsx, dom-tree or html.
https://github.com/yeliex/oh-markdown

Last synced: about 2 months ago
JSON representation

parse and recompile markdown for render by js, support jsx, dom-tree or html.

Awesome Lists containing this project

README

        

# Oh! Markdown~
parse and recompile markdown for render by js, support jsx, dom-tree or html.

## Install
```bash
yarn add oh-markdown
# OR
npm install oh-markdown --save
```