kramdown-service gem - kramdown HTTP JSON API service (convert markdown to HTML or LaTeX)

Usage - Web Service / HTTP (JSON) API - GET /markdown

Try the markdown HTTP (JSON) API running on Heroku trykramdown.herokuapp.com.

Example 1 - Converting to Hypertext (HTML):

GET /markdown?text=Hello+World!

<p>Hello World!</p>

Example 2 - Converting to LaTeX:

GET /markdown?text=Hello+World!&to=latex

Hello World!

License

The kramdown-service scripts are dedicated to the public domain. Use it as you please with no restrictions whatsoever.

Questions? Comments?

Send them along to the wwwmake forum/mailing list. Thanks!