Stupid-simple Rack-based Markdown w/ syntax highlighting browser
Go to file
John Bintz ff07425cb6 switch to coderay, no need for python 2013-06-03 10:19:12 -04:00
bin switch to coderay, no need for python 2013-06-03 10:19:12 -04:00
lib bump version 2012-07-20 15:28:20 -04:00
.gitignore initial commit 2012-06-25 17:04:38 -04:00
Gemfile initial commit 2012-06-25 17:04:38 -04:00
LICENSE initial commit 2012-06-25 17:04:38 -04:00
README.md sharks 2012-06-26 09:17:27 -04:00
Rakefile initial commit 2012-06-25 17:04:38 -04:00
sharkfrown.gemspec switch to coderay, no need for python 2013-06-03 10:19:12 -04:00

README.md

Preview ur markdowns

gem install sharkfrown
cd /my/project/with/markdown/files
sharkfrown

Open http://localhost:6789/ and away you go!

How?!

Rack::Directory and a really simple Rack app that processes Markdown w/ syntax highlighting from Pygments.