/marked

Markdown rendering as a service.

Primary LanguageJavaScriptMIT LicenseMIT

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