From: Gerald Bauer Date: 2013-05-25T22:03:20+09:00 Subject: [ANN] markdown 1.1.1 - Markdown Engine Wrapper Now Includes HTTP API / Web Service Hello, What's the markdown gem? The Markdown Engine Wrapper (markdown) Ruby gem lets you use your markdown library of choice. Preconfigured markdown libraries include kramdown, redcarpet, bluecloth, maruku and others. Usage in Ruby Code: require 'markdown' Markdown.new( 'Hello World' ).to_html # => "

Hello World

\n" What's new? The markdown gem now includes a built web service/server. Try the markdown web service/HTTP API running on Heroku [1] or start your own server issue the command: markdown server or markdown s More https://github.com/geraldb/markdown Cheers. [1] http://hypertext.herokuapp.com