Skip to content

amio/marked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published