Sha256: cdb88e40c75acce59b955a5e3e07e0e8ce729fc722e7d272c045c7a61076bb1c

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 KB

Contents

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

* home  :: [github.com/writekit/kramdown-service](https://github.com/writekit/kramdown-service)
* bugs  :: [github.com/writekit/kramdown-service/issues](https://github.com/writekit/kramdown-service/issues)
* gem   :: [rubygems.org/gems/kramdown-service](https://rubygems.org/gems/kramdown-service)
* rdoc  :: [rubydoc.info/gems/kramdown-service](http://rubydoc.info/gems/kramdown-service)


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

Try the `markdown` HTTP (JSON) API running
on Heroku [`trykramdown.herokuapp.com`](http://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!&format=latex
    
    Hello World!

<!-- todo/check:
    - use format or output ??? for parameter
  -->



## Dependencies / Building Blocks

[Markdown Note](https://github.com/writekit/markdown-note) - Another simple single-page, server-less Markdown editor
in JavaScript & Hypertext.


## 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](http://groups.google.com/group/wwwmake).
Thanks!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kramdown-service-0.0.1 README.md