We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba03f1 commit 92e399eCopy full SHA for 92e399e
Gemfile
@@ -35,5 +35,9 @@ source "https://rubygems.org"
35
# gem install bundler
36
# bundle install
37
38
-gem "github-pages", "172"
+# 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"
43
gem 'wdm' if Gem.win_platform?
_config.yml
@@ -2,6 +2,7 @@ name: Docker Documentation
2
markdown: kramdown
3
kramdown:
4
input: GFM
5
+ gfm_quirks: [paragraph_end, no_auto_typographic]
6
html_to_native: true
7
hard_wrap: false
8
syntax_highlighter: rouge
0 commit comments