Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Commit

Permalink
ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 8, 2018
1 parent 1c8b384 commit 68698c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
rvm:
- 2.5
- 2.4
- 2.3
- ruby-head
addons:
apt:
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 68698c1

Please sign in to comment.