From 1216fa2bc034f6c6f6b50d9502b2067fd4a84eb7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 4 Jul 2017 09:54:23 +0100 Subject: [PATCH] Disable Kramdown's smart quotes and typographic symbols --- Gemfile | 1 + Gemfile.lock | 4 ++++ _config.yml | 2 ++ 3 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index c0507a6..0b408ae 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,7 @@ end # If you have any plugins, put them here! group :jekyll_plugins do + gem 'jekyll-pants' gem 'jekyll-seo-tag' gem 'jekyll-sitemap' end diff --git a/Gemfile.lock b/Gemfile.lock index 41856c7..595918f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,6 +105,8 @@ GEM jekyll-optional-front-matter (0.1.2) jekyll (~> 3.0) jekyll-paginate (1.1.0) + jekyll-pants (0.2.1) + rubypants jekyll-readme-index (0.1.0) jekyll (~> 3.0) jekyll-redirect-from (0.12.1) @@ -188,6 +190,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.8.1) + rubypants (0.6.0) safe_yaml (1.0.4) sass (3.4.24) sawyer (0.8.1) @@ -207,6 +210,7 @@ PLATFORMS DEPENDENCIES github-pages + jekyll-pants jekyll-seo-tag jekyll-sitemap rake diff --git a/_config.yml b/_config.yml index 3193202..f19c784 100644 --- a/_config.yml +++ b/_config.yml @@ -35,3 +35,5 @@ defaults: layout: "default" markdown: kramdown +kramdown: + input: Pantsdown # disable smart quotes typographic symbols