Enable fancy quotes

This commit is contained in:
2016-01-18 14:48:30 +00:00
parent afbafc3ee8
commit a8e79c8c03
2 changed files with 5 additions and 2 deletions

View File

@@ -6,3 +6,4 @@ gem 'rouge'
gem 'pygments.rb' gem 'pygments.rb'
gem 'text-hyphen' gem 'text-hyphen'
gem 'nokogiri' gem 'nokogiri'
gem 'rdiscount'

View File

@@ -24,7 +24,9 @@ next_page: 'Volgende pagina →'
# other # other
gems: [jekyll-paginate] gems: [jekyll-paginate]
markdown: redcarpet markdown: rdiscount
rdiscount:
extensions: [smart]
exclude: exclude:
- LICENSE - LICENSE
- README - README