Skip to content

Commit 92e399e

Browse files
Misty Stanley-Jonesgbarr01
authored andcommitted
Fix double-hyphen typographic bug (docker#6082)
1 parent 1ba03f1 commit 92e399e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,9 @@ source "https://rubygems.org"
3535
# gem install bundler
3636
# bundle install
3737

38-
gem "github-pages", "172"
38+
# This only affects interactive builds (local build, Netlify) and not the
39+
# live site deploy, which uses the Dockerfiles found in the publish-tools
40+
# branch.
41+
42+
gem "github-pages", "175"
3943
gem 'wdm' if Gem.win_platform?

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Docker Documentation
22
markdown: kramdown
33
kramdown:
44
input: GFM
5+
gfm_quirks: [paragraph_end, no_auto_typographic]
56
html_to_native: true
67
hard_wrap: false
78
syntax_highlighter: rouge

0 commit comments

Comments
 (0)