Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 832 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 832 Bytes

Rack::Pygmentize

Get colorful with Rack::Pygmentize! Rack::Pygmentize uses the awesome Pygments library to make your code look pretty! Thanks to Albino the Pygmentizing process is super awesome and made of win.

Installation

Ensure you have Pygments installed and the pygmentize executable is available in your PATH. Then run

gem install rack-pygmentize

Usage

Just add use Rack::Pygmentize to your config.ru. See the example in the /examples directory.

Middleware?

Yes, middleware. If you don't want to use middleware, but still want the awesomeness that is Pygments, check out Albeano for adding BBCode style [code=lang] blocks to your values.