=====
Title
=====
Section title 1
===============
Subsection title 1.1
--------------------
Subsection title 1.2
--------------------
Section title 2
===============
Subsection title 2.1
--------------------
Output:
+-------+ +----------------------+ +----------------------+
| Title | - | Section title 1 | - | Section title 2 |
+-------+ +----------------------+ +----------------------+
| |
+----------------------+ +----------------------+
| Subsection title 1.1 | | Subsection title 2.1 |
+----------------------+ +----------------------+
|
+----------------------+
| Subsection title 1.2 |
+----------------------+
In current version, there are some directives to handle behaviors of sections.
revealjs-slide .. For all sections in presentation ( Title ~ Subsection title 2.1)
revealjs-section and revealjs-break .. For specific section (Title , Section title 1 or any)
But there is not directive for a stack overall of Vertical Slides (for Section title 1 ~ Subsection title 1.2).
This is need for use some plugins.
<div>
<section> .. revealjs-slide
<section> .. NOT FOUND
<section> .. revealjs-section and revealjs-break
Descrtption
Builder generates from "Source" to "Output".
Source:
Output:
In current version, there are some directives to handle behaviors of sections.
revealjs-slide
.. For all sections in presentation (Title
~Subsection title 2.1
)revealjs-section
andrevealjs-break
.. For specific section (Title
,Section title 1
or any)But there is not directive for a stack overall of Vertical Slides (for
Section title 1
~Subsection title 1.2
). This is need for use some plugins.ToDo
Refs