Skip to content

Commit

Permalink
doc: due to history fix asciidoctor#192, minimum reveal.js version is…
Browse files Browse the repository at this point in the history
… 3.7
  • Loading branch information
obilodeau committed Dec 12, 2018
1 parent 1b93b2c commit 3085022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ NOTE: For some reason, when you use the system Ruby on Fedora, you also have to
. Optional: Copy or clone reveal.js presentation framework.
Allows you to modify themes or view slides offline.

$ git clone -b 3.6.0 --depth 1 https://github.com/hakimel/reveal.js.git
$ git clone -b 3.7.0 --depth 1 https://github.com/hakimel/reveal.js.git


=== Rendering the AsciiDoc into slides
Expand All @@ -112,7 +112,7 @@ NOTE: For some reason, when you use the system Ruby on Fedora, you also have to
. Generate HTML presentation from the AsciiDoc source

$ bundle exec asciidoctor-revealjs \
-a revealjsdir=https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0 CONTENT_FILE.adoc
-a revealjsdir=https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.7.0 CONTENT_FILE.adoc

. If you did the optional step of having a local reveal.js clone you can
convert AsciiDoc source with
Expand Down Expand Up @@ -698,7 +698,7 @@ Default is built-in [path]_lib/css/zenburn.css_.
|<file\|URL>
|Overrides reveal.js directory.
Example: ../reveal.js or
https://cdnjs.com/libraries/reveal.js/3.6.0[https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0].
https://cdnjs.com/libraries/reveal.js/3.7.0[https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.7.0].
Default is `reveal.js/` unless in a Node.js environment where it is `node_modules/reveal.js/`.

|:revealjs_controls:
Expand Down

0 comments on commit 3085022

Please sign in to comment.