summaryrefslogtreecommitdiff
path: root/docs/modules/install
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-30 18:21:31 -0700
committerSarah White <graphitefriction@gmail.com>2020-12-08 14:32:53 -0700
commitb5af8e2d8d66d24d9ac03d2bbfac66c74872ac78 (patch)
tree508c211abefab84e53530fe36549afdc6195c9df /docs/modules/install
parent5f79e05fb9cc115e897a569de2eecbf35f962d33 (diff)
switch fenced code blocks to AsciiDoc source blocks and always set language
Diffstat (limited to 'docs/modules/install')
-rw-r--r--docs/modules/install/pages/ruby-packaging.adoc2
-rw-r--r--docs/modules/install/pages/windows.adoc5
2 files changed, 2 insertions, 5 deletions
diff --git a/docs/modules/install/pages/ruby-packaging.adoc b/docs/modules/install/pages/ruby-packaging.adoc
index a07cfe16..8dbf98c8 100644
--- a/docs/modules/install/pages/ruby-packaging.adoc
+++ b/docs/modules/install/pages/ruby-packaging.adoc
@@ -25,7 +25,7 @@ To install a pre-release version of Asciidoctor (e.g., a release candidate), ope
. Create a Gemfile in the root folder of your project (or the current directory)
. Add the `asciidoctor` gem to your Gemfile as follows:
+
-[source,subs=attributes+]
+[source,ruby,subs=attributes+]
----
source 'https://rubygems.org'
gem 'asciidoctor'
diff --git a/docs/modules/install/pages/windows.adoc b/docs/modules/install/pages/windows.adoc
index 2248b0b1..99d29b1e 100644
--- a/docs/modules/install/pages/windows.adoc
+++ b/docs/modules/install/pages/windows.adoc
@@ -6,10 +6,7 @@ To install Asciidoctor on Windows, you can use Chocolatey or Rubyinstaller.
When you already use https://chocolatey.org[chocolatey^] on your machine, you can use:
-[source]
-----
-choco install ruby
-----
+ C:\> choco install ruby
Then follow the xref:ruby-packaging.adoc[gem installation instructions].