mirror of https://github.com/docker/docs.git
Fix double-hyphen typographic bug (#6082)
This commit is contained in:
parent
1ba03f1a34
commit
92e399ea44
6
Gemfile
6
Gemfile
|
@ -35,5 +35,9 @@ source "https://rubygems.org"
|
||||||
# gem install bundler
|
# gem install bundler
|
||||||
# bundle install
|
# 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?
|
gem 'wdm' if Gem.win_platform?
|
||||||
|
|
|
@ -2,6 +2,7 @@ name: Docker Documentation
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
kramdown:
|
kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
|
gfm_quirks: [paragraph_end, no_auto_typographic]
|
||||||
html_to_native: true
|
html_to_native: true
|
||||||
hard_wrap: false
|
hard_wrap: false
|
||||||
syntax_highlighter: rouge
|
syntax_highlighter: rouge
|
||||||
|
|
Loading…
Reference in New Issue