mkdown

January 5, 2014 ยท View on GitHub

What is this?

Mkdown renders Markdown GitHub gists with alternative CSS. Use it to elegantly share gists written in Markdown. Built on top of Sinatra.

Install

git clone https://github.com/jack7890/mkdown.git
bundle install
shotgun -I. index.rb

..Or use the free public version

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.

Feedback

Hit me up.

License

MIT.

Contents

  1. 1What is this?
  2. 2Install
  3. 3..Or use the free public version
  4. 4Feedback
  5. 5License