mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
42b915e656
This affecs parsing of raw tex in LaTeX and in Markdown and other formats. Closes #6043.
9 lines
120 B
Markdown
9 lines
120 B
Markdown
```
|
|
% pandoc -t beamer
|
|
\textbf<1>{Bold Text On Slide1}
|
|
^D
|
|
\begin{frame}
|
|
\textbf<1>{Bold Text On Slide1}
|
|
\end{frame}
|
|
```
|