Stupid-simple Rack-based Markdown w/ syntax highlighting browser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
John Bintz ff07425cb6
switch to coderay, no need for python
10 years ago
bin switch to coderay, no need for python 10 years ago
lib bump version 11 years ago
.gitignore initial commit 11 years ago
Gemfile initial commit 11 years ago
LICENSE initial commit 11 years ago
README.md sharks 11 years ago
Rakefile initial commit 11 years ago
sharkfrown.gemspec switch to coderay, no need for python 10 years ago

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.