all repos — h3rald @ 2905fa880540f1196c748436b66a9d57ccf83bb0

The sources of https://h3rald.com

Migrated to RDiscount.
h3rald h3rald@h3rald.com
Fri, 12 Sep 2014 22:44:51 +0200
commit

2905fa880540f1196c748436b66a9d57ccf83bb0

parent

dbf655680cfdafccddf529cb9d4fda8909a5c88d

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M GemfileGemfile

@@ -10,4 +10,4 @@ gem "therubyracer"

gem "coderay" gem "glyph" gem "RedCloth" -gem "redcarpet" +gem "rdiscount"
M RulesRules

@@ -65,7 +65,7 @@ when 'textile' then

filter :redcloth layout 'default' when 'md','markdown' then - filter :redcarpet + filter :rdiscount layout 'default' when 'bbcode' then filter :bbcode