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}
- Host: GitHub
- URL: https://github.com/radar/forem-redcarpet
- Owner: radar
- Created: 2012-01-12T05:55:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T14:47:40.000Z (about 9 years ago)
- Last Synced: 2025-03-16T16:51:37.006Z (2 months ago)
- Language: Ruby
- Homepage: http://forem.heroku.com
- Size: 146 KB
- Stars: 8
- Watchers: 1
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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!