Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/amio/marked

Markdown rendering as a service.
https://github.com/amio/marked

markdown mciroservice now

Last synced: about 1 month ago
JSON representation

Markdown rendering as a service.

Lists

README

        

# [Marked][repo]

Micro service for markdown rendering (with [chjj/marked][marked]).

## Endpoint

- POST __`/`__ render markdown text
```javascript
{
text: '', // required
title: '',
linkCSS: '',
inlineCSS: ''
}
```
returns html raw string.

tryout:
```bash
curl -X POST -d '{"text": "hola"}' https://marked.now.sh
```

## License

MIT @ [Amio][author]

[repo]: https://github.com/amio/marked
[marked]: https://github.com/chjj/marked
[author]: https://github.com/amio