SmartyPants filter for Jekyll
Make your "quotes" “curly”
This plugin will soon be deprecated, as the smartify
filter is being added to Jekyll core
gem 'jekyll-smartify'
to your site's Gemfile and run bundle
_config.yml
:gems:
- jekyll-smartify
script/bootstrap
script/cibuild