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: 2 months ago
JSON representation
Markdown rendering as a service.
- Host: GitHub
- URL: https://github.com/amio/marked
- Owner: amio
- License: mit
- Created: 2017-07-30T15:00:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:31:28.000Z (about 2 years ago)
- Last Synced: 2024-10-31T08:42:31.092Z (2 months ago)
- Topics: markdown, mciroservice, now
- Language: JavaScript
- Homepage: https://md.now.sh
- Size: 17.6 KB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micro - marked - Markdown render service (Built with Micro / Utilities)
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