Enable fancy quotes
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -6,3 +6,4 @@ gem 'rouge'
|
|||||||
gem 'pygments.rb'
|
gem 'pygments.rb'
|
||||||
gem 'text-hyphen'
|
gem 'text-hyphen'
|
||||||
gem 'nokogiri'
|
gem 'nokogiri'
|
||||||
|
gem 'rdiscount'
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user