2020-01-05 18:35:40 +01:00
|
|
|
```
|
|
|
|
% pandoc -t revealjs --slide-level=3
|
|
|
|
# One
|
|
|
|
|
|
|
|
One
|
|
|
|
|
|
|
|
## Two
|
|
|
|
|
|
|
|
Two
|
|
|
|
|
|
|
|
### Three
|
|
|
|
|
|
|
|
Three
|
|
|
|
|
|
|
|
#### Four
|
|
|
|
|
|
|
|
Four
|
2020-01-07 19:11:46 +01:00
|
|
|
|
|
|
|
# New sec
|
|
|
|
|
|
|
|
New sec
|
|
|
|
|
|
|
|
## New sub
|
|
|
|
|
|
|
|
New sub
|
2020-01-05 18:35:40 +01:00
|
|
|
^D
|
2020-01-07 19:11:46 +01:00
|
|
|
<section>
|
2020-01-05 18:35:40 +01:00
|
|
|
<section id="one" class="title-slide slide level1">
|
|
|
|
<h1>One</h1>
|
|
|
|
<p>One</p>
|
|
|
|
</section>
|
|
|
|
<section id="two" class="title-slide slide level2">
|
|
|
|
<h2>Two</h2>
|
|
|
|
<p>Two</p>
|
|
|
|
</section>
|
|
|
|
<section id="three" class="slide level3">
|
|
|
|
<h3>Three</h3>
|
|
|
|
<p>Three</p>
|
|
|
|
<h4 id="four">Four</h4>
|
|
|
|
<p>Four</p>
|
|
|
|
</section>
|
|
|
|
</section>
|
2020-01-07 19:11:46 +01:00
|
|
|
<section>
|
|
|
|
<section id="new-sec" class="title-slide slide level1">
|
|
|
|
<h1>New sec</h1>
|
|
|
|
<p>New sec</p>
|
|
|
|
</section>
|
|
|
|
<section id="new-sub" class="title-slide slide level2">
|
|
|
|
<h2>New sub</h2>
|
|
|
|
<p>New sub</p>
|
|
|
|
</section>
|
|
|
|
</section>
|
2020-01-05 18:35:40 +01:00
|
|
|
```
|
2020-01-05 20:10:07 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -t beamer --slide-level=3
|
|
|
|
# One
|
|
|
|
|
|
|
|
One
|
|
|
|
|
|
|
|
## Two
|
|
|
|
|
|
|
|
Two
|
|
|
|
|
|
|
|
### Three
|
|
|
|
|
|
|
|
Three
|
|
|
|
|
|
|
|
#### Four
|
|
|
|
|
|
|
|
Four
|
|
|
|
^D
|
|
|
|
\hypertarget{one}{%
|
|
|
|
\section{One}\label{one}}
|
|
|
|
|
|
|
|
\begin{frame}{One}
|
|
|
|
One
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\hypertarget{two}{%
|
|
|
|
\subsection{Two}\label{two}}
|
|
|
|
|
|
|
|
\begin{frame}{Two}
|
|
|
|
Two
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}{Three}
|
|
|
|
\protect\hypertarget{three}{}
|
|
|
|
Three
|
|
|
|
|
|
|
|
\begin{block}{Four}
|
|
|
|
\protect\hypertarget{four}{}
|
|
|
|
Four
|
|
|
|
\end{block}
|
|
|
|
\end{frame}
|
|
|
|
```
|