Stupid-simple Rack-based Markdown w/ syntax highlighting browser
Go to file
John Bintz 5fa59b1f76 sharks 2012-06-26 09:17:27 -04:00
bin initial commit 2012-06-25 17:04:38 -04:00
lib initial commit 2012-06-25 17:04:38 -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 sharks 2012-06-26 09:17:27 -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.