Micro service for markdown rendering (with chjj/marked).
-
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
MIT @ Amio