42b915e656
This affecs parsing of raw tex in LaTeX and in Markdown and other formats. Closes #6043.
8 lines
120 B
Markdown
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}
|
|
```
|