KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
marked
★ 21
Open GitHub ↗
Markdown rendering as a service.
Download README (.md)
Explore Similar Repositories
Deep-Embedded-Memory-Networks
:
https://arxiv.org/abs/1707.00836
wifimic
:
Transfer voice over the WI-FI with an ESP8266 and PIC18F25K22 microcontroller
cmb2-extension
:
This Repository is a extensions of CMB2 WordPress Plugin.
proof-of-concepts
:
Contains a set of PoCs in order to evaluate different technologies and strategies
ng-app-state
:
Object-oriented wrapper around @ngrx/store
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
marked
?
Download (.md)
# [Marked][repo] Micro service for markdown rendering (with [chjj/marked][marked]). ## Endpoint - POST __`/`__ render markdown text ```javascript { text: '<MarkdownText>', // required title: '<DocumentTitle>', linkCSS: '<URL>', inlineCSS: '<CSSText>' } ``` 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