2018-08-05 09:20:05 -07:00
|
|
|
```
|
|
|
|
% pandoc -f latex -t native
|
|
|
|
{\tt <-}
|
|
|
|
|
|
|
|
\begin{verbatim}
|
|
|
|
while (n > 0) {
|
|
|
|
\end{verbatim}
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Para
|
2021-09-28 21:17:53 -07:00
|
|
|
[ Span ( "" , [] , [] ) [ Code ( "" , [] , [] ) "<-" ] ]
|
|
|
|
, CodeBlock ( "" , [] , [] ) " while (n > 0) {"
|
2021-09-19 12:09:51 -07:00
|
|
|
]
|
2018-08-05 09:20:05 -07:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f latex -t native
|
|
|
|
\begin{itemize}
|
|
|
|
\item<1> one
|
|
|
|
\item<2-3,5> two
|
|
|
|
\item<2| @alert> three
|
|
|
|
\item<handout> four
|
|
|
|
\item<beamer:2> five
|
|
|
|
\end{itemize}
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ BulletList
|
2021-09-28 21:17:53 -07:00
|
|
|
[ [ Para [ Str "one" ] ]
|
|
|
|
, [ Para [ Str "two" ] ]
|
|
|
|
, [ Para [ Str "three" ] ]
|
|
|
|
, [ Para [ Str "four" ] ]
|
|
|
|
, [ Para [ Str "five" ] ]
|
|
|
|
]
|
2021-09-19 12:09:51 -07:00
|
|
|
]
|
2018-08-05 09:20:05 -07:00
|
|
|
```
|