Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

CliffCrerar/marked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

About

Markdown rendering service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%