Stupid-simple Rack-based Markdown w/ syntax highlighting browser
Go to file
John Bintz 211c703e76 fix pygments failures, fall back to just <pre> 2012-07-05 15:57:46 -04:00
bin fix pygments failures, fall back to just <pre> 2012-07-05 15:57:46 -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.