An api for parsing markdown to html and html to markdown
For any functions simply make a post request to the specified routes below:
- Markdown To HTML - https://abc
- HTML To Markdown - https://abc
- HTML(minify) - https://abc
- CSS(minify) - https://abc
- Javascript(minify) - https://abc
The expected data format is application/json
$ git clone https://github.com/SpiffGreen/markdown-parser.git
cd markdown-parser
npm install$ npm build$ npm testFor Production
$ npm run startFor Development
$ npm run devMIT Licensed