[Marked][repo]
October 19, 2017 ยท View on GitHub
Micro service for markdown rendering (with chjj/marked).
Endpoint
-
POST
/render markdown text{ text: '<MarkdownText>', // required title: '<DocumentTitle>', linkCSS: '<URL>', inlineCSS: '<CSSText>' }returns html raw string.
tryout:
curl -X POST -d '{"text": "hola"}' https://marked.now.sh
License
MIT @ Amio