pandoc/test/command/6043.md
John MacFarlane 42b915e656 LaTeX reader: allow beamer overlays for all commands in all raw tex.
This affecs parsing of raw tex in LaTeX and in Markdown and
other formats.

Closes #6043.
2020-01-10 08:26:33 -08:00

8 lines
120 B
Markdown

```
% pandoc -t beamer
\textbf<1>{Bold Text On Slide1}
^D
\begin{frame}
\textbf<1>{Bold Text On Slide1}
\end{frame}
```