An open API service indexing awesome lists of open source software.

https://github.com/radar/forem-redcarpet

Provides Recarpet markup (with syntax highlighting by pygments.rb) for Forem posts}
https://github.com/radar/forem-redcarpet

Last synced: 2 months ago
JSON representation

Provides Recarpet markup (with syntax highlighting by pygments.rb) for Forem posts}

Awesome Lists containing this project

README

        

# Forem + Redcarpet = :heart:

Simply specify this gem as a dependency of your application that also contains Forem:

gem 'forem', :git => "git://github.com/radar/forem"
gem 'forem-redcarpet', :git => "git://github.com/radar/forem-redcarpet"

The code will do the rest!

Comes with syntax highlighting provided by Redcarpet, however you'll need to generate the CSS yourself with this lovely command:

Pygments.css

Enjoy!