Mkdown renders Markdown GitHub gists with alternative CSS. Use it to elegantly share gists written in Markdown. Built on top of Sinatra.
git clone https://github.com/jack7890/mkdown.git
bundle install
shotgun -I. index.rb
To create a mkdown URL, append the gist ID to a URL with the form: http://mkdown.com/{GIST ID}
. The gist ID is the string at the end of a gist URL.
MIT.