Switch to Redcarpet for Markdown Rendering.
This gives us Github Flavored Markdown, which is awesome.
This commit is contained in:
parent
9ee345750c
commit
c437e2d7d4
7 changed files with 30 additions and 13 deletions
4
Gemfile
4
Gemfile
|
@ -18,12 +18,12 @@ gem "six"
|
|||
gem "therubyracer"
|
||||
gem "faker"
|
||||
gem "seed-fu"
|
||||
gem "pygments.rb", "0.2.7"
|
||||
gem "pygments.rb", "~> 0.2.11"
|
||||
gem "redcarpet", "~> 2.1.1"
|
||||
gem "thin"
|
||||
gem "unicorn"
|
||||
gem "git"
|
||||
gem "acts_as_list"
|
||||
gem "rdiscount"
|
||||
gem "acts-as-taggable-on", "~> 2.1.0"
|
||||
gem "drapper"
|
||||
gem "resque", "~> 1.20.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue