Enable fancy quotes
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -5,4 +5,5 @@ gem 'redcarpet'
|
|||||||
gem 'rouge'
|
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