From 9cd71aaea9e8f780e2789cbc3a5d02ad92927e27 Mon Sep 17 00:00:00 2001 From: alexmalik Date: Tue, 4 Oct 2016 14:34:24 +0100 Subject: [PATCH] add empty div with markdown="1" attribute an empty div is necessary in order for the code blocks to render correctly when not displayed on the jekyllrb site. --- docs/_docs/github-pages.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/_docs/github-pages.md b/docs/_docs/github-pages.md index b82baa18..a93b65b5 100644 --- a/docs/_docs/github-pages.md +++ b/docs/_docs/github-pages.md @@ -43,6 +43,9 @@ The way to deploy these two types of sites are nearly identical, except for a few minor details.
+
+
+ ##### Use the `github-pages` gem Our friends at GitHub have provided the @@ -55,6 +58,9 @@ currently-deployed version of the gem in your project, add the following to your `Gemfile`:
+
+
+ ```ruby source 'https://rubygems.org' @@ -72,6 +78,9 @@ have the correct version of the `github-pages` gem. If that fails, simplify it:
+
+
+ ```ruby source 'https://rubygems.org'