mirror of
https://github.com/jimeh/commonflow.org.git
synced 2026-02-19 05:46:40 +00:00
Disable Kramdown's smart quotes and typographic symbols
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -21,6 +21,7 @@ end
|
|||||||
|
|
||||||
# If you have any plugins, put them here!
|
# If you have any plugins, put them here!
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
|
gem 'jekyll-pants'
|
||||||
gem 'jekyll-seo-tag'
|
gem 'jekyll-seo-tag'
|
||||||
gem 'jekyll-sitemap'
|
gem 'jekyll-sitemap'
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -105,6 +105,8 @@ GEM
|
|||||||
jekyll-optional-front-matter (0.1.2)
|
jekyll-optional-front-matter (0.1.2)
|
||||||
jekyll (~> 3.0)
|
jekyll (~> 3.0)
|
||||||
jekyll-paginate (1.1.0)
|
jekyll-paginate (1.1.0)
|
||||||
|
jekyll-pants (0.2.1)
|
||||||
|
rubypants
|
||||||
jekyll-readme-index (0.1.0)
|
jekyll-readme-index (0.1.0)
|
||||||
jekyll (~> 3.0)
|
jekyll (~> 3.0)
|
||||||
jekyll-redirect-from (0.12.1)
|
jekyll-redirect-from (0.12.1)
|
||||||
@@ -188,6 +190,7 @@ GEM
|
|||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||||
ruby-progressbar (1.8.1)
|
ruby-progressbar (1.8.1)
|
||||||
|
rubypants (0.6.0)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sass (3.4.24)
|
sass (3.4.24)
|
||||||
sawyer (0.8.1)
|
sawyer (0.8.1)
|
||||||
@@ -207,6 +210,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
github-pages
|
github-pages
|
||||||
|
jekyll-pants
|
||||||
jekyll-seo-tag
|
jekyll-seo-tag
|
||||||
jekyll-sitemap
|
jekyll-sitemap
|
||||||
rake
|
rake
|
||||||
|
|||||||
@@ -35,3 +35,5 @@ defaults:
|
|||||||
layout: "default"
|
layout: "default"
|
||||||
|
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
kramdown:
|
||||||
|
input: Pantsdown # disable smart quotes typographic symbols
|
||||||
|
|||||||
Reference in New Issue
Block a user