From 30850228a3aaeaa5dcca3d86202066087e6c77e3 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Wed, 12 Dec 2018 00:31:18 -0500 Subject: [PATCH] doc: due to history fix #192, minimum reveal.js version is 3.7 --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 28d54e51..4600634d 100644 --- a/README.adoc +++ b/README.adoc @@ -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 @@ -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 @@ -698,7 +698,7 @@ Default is built-in [path]_lib/css/zenburn.css_. | |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: