From 68698c113e1e6ce7344b290366d3b3d03ed3cf67 Mon Sep 17 00:00:00 2001 From: Nick Nicholas Date: Wed, 8 Aug 2018 22:26:19 +1000 Subject: [PATCH] ruby 2.3 --- .travis.yml | 1 + README.adoc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91727d3..cb2eecc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: rvm: - 2.5 - 2.4 + - 2.3 - ruby-head addons: apt: diff --git a/README.adoc b/README.adoc index ec7b9d2..a6158b6 100644 --- a/README.adoc +++ b/README.adoc @@ -987,8 +987,8 @@ Quotation <3> ==== Asciidoctor comments -Asciidoctor implements both inline comments (prefixed with `\\`) -and block comments (prefixed with `\\\\`). Both are ignored by +Asciidoctor implements both inline comments (prefixed with `//`) +and block comments (prefixed with `////`). Both are ignored by the Asciidoctor processor, and are not rendered in any output, including RFC XML.