Glorify 0.2.0 Sinatra extension to parse markdown with syntax highlighting

TGIF!

Glorify is a Sinatra helper to provide a markdown parser with support
for syntax highlighting. It also comes with a built-in pygments
stylesheet for coloring the code output.

Changes

  • Fix a bug with stylesheet helper missing content_type
  • Implement Glorify::Template to use with Tilt.prefer for markdown views
  • Refactor Glorify::EXTENSIONS
  • Add an example app
  • Test coverage for Glorify::Template and valid CSS