amio / marked

Markdown rendering as a service.

Home Page:https://md.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Markdown rendering as a service.

https://md.now.sh

License:MIT License


Languages

Language:JavaScript 100.0%