diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-24 21:07:17 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-24 21:07:17 -0700 |
commit | 134f478e046f1f9ecf1749e2cb97cfdf5fdf41aa (patch) | |
tree | d63510ecf1cfab65f488e04dbcf6be8090fb5558 | |
parent | 6217623d0a8538a1fe3f65264267ff0f436b3e84 (diff) | |
download | pandoc-134f478e046f1f9ecf1749e2cb97cfdf5fdf41aa.tar.gz |
Added note on nesting of section levels in revealjs.
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ----------------- |