Gerald Bauer
2013-May-25 13:17 UTC
[ANN] markdown 1.1.1 Ruby gem - Now Includes HTTP API / Web Service (Babelmark2 Dingus)
Hello, What's the markdown Ruby gem? The Markdown Engine Wrapper (markdown) Ruby gem lets you use your markdown library of choice using environment or markdown.yml settings. Preconfigured engines include kramdown, redcarpet, bluecloth, maruku, and others. What's new? The markdown Ruby gem now includes a builtin web service/server. Try the markdown web service/HTTP API running on Heroku @ http://hypertext.herokuapp.com (or http://hypertext.herokuapp.com/service ) or start your own server issue the command: markdown server or markdown s More info @ https://github.com/geraldb/markdown Cheers. PS: The service on Heroku offers Babelmark2 Dingus services for kramdown, redcarpet, bluecloth and maruku. Use/try these links: - http://hypertext.herokuapp.com/dingus?lib=redcarpet&text=Hello+World - http://hypertext.herokuapp.com/dingus?lib=bluecloth&text=Hello+World - http://hypertext.herokuapp.com/dingus?lib=maruku&text=Hello+World - http://hypertext.herokuapp.com/dingus?lib=kramdown&text=Hello+World
Gerald Bauer
2013-May-28 06:25 UTC
[ANN] markdown 1.1.1 Ruby gem - Now Includes HTTP API / Web Service (Babelmark2 Dingus)
Hello, FYI: The markdown gem site moved to http://note.herokuapp.com Also note that I moved the markdown editor into its own repo as a simple single-page, server-less package (now called Markdown Note) for easy reuse [1]. No Ruby required just HTML&JS&CSS. Enjoy. Cheers. [1] https://github.com/geraldb/markdown-note