Fix double-hyphen typographic bug (#6082)

This commit is contained in:
Misty Stanley-Jones 2018-02-27 18:36:46 -08:00 committed by Gwendolynne Barr
parent 1ba03f1a34
commit 92e399ea44
2 changed files with 6 additions and 1 deletions

View File

@ -35,5 +35,9 @@ source "https://rubygems.org"
# gem install bundler
# bundle install
gem "github-pages", "172"
# This only affects interactive builds (local build, Netlify) and not the
# live site deploy, which uses the Dockerfiles found in the publish-tools
# branch.
gem "github-pages", "175"
gem 'wdm' if Gem.win_platform?

View File

@ -2,6 +2,7 @@ name: Docker Documentation
markdown: kramdown
kramdown:
input: GFM
gfm_quirks: [paragraph_end, no_auto_typographic]
html_to_native: true
hard_wrap: false
syntax_highlighter: rouge