aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-24 21:07:17 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-24 21:07:17 -0700
commit134f478e046f1f9ecf1749e2cb97cfdf5fdf41aa (patch)
treed63510ecf1cfab65f488e04dbcf6be8090fb5558
parent6217623d0a8538a1fe3f65264267ff0f436b3e84 (diff)
downloadpandoc-134f478e046f1f9ecf1749e2cb97cfdf5fdf41aa.tar.gz
Added note on nesting of section levels in revealjs.
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 832c1a4fe..6d9229e31 100644
--- a/README
+++ b/README
@@ -2514,6 +2514,11 @@ you can just use level 1 headers for all each slide. (In that case, level 1
will be the slide level.) But you can also structure the slide show into
sections, as in the example above.
+Note: in reveal.js slide shows, if slide level is 2, a two-dimensional
+layout will be produced, with level 1 headers building horizontally
+and level 2 headers building vertically. It is not recommended that
+you use deeper nesting of section levels with reveal.js.
+
Incremental lists
-----------------