diff --git a/Gemfile b/Gemfile index 048f21a..393825d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,5 @@ gem 'redcarpet' gem 'rouge' gem 'pygments.rb' gem 'text-hyphen' -gem 'nokogiri' \ No newline at end of file +gem 'nokogiri' +gem 'rdiscount' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 99b5b16..1726f74 100644 --- a/_config.yml +++ b/_config.yml @@ -24,7 +24,9 @@ next_page: 'Volgende pagina →' # other gems: [jekyll-paginate] -markdown: redcarpet +markdown: rdiscount +rdiscount: + extensions: [smart] exclude: - LICENSE - README \ No newline at end of file