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 test
For Production
$ npm run start
For Development
$ npm run dev
MIT Licensed