From 42b915e65624df9f910769604889a3c1c9fc6845 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 10 Jan 2020 08:26:33 -0800 Subject: 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. --- test/command/6043.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/command/6043.md (limited to 'test/command') diff --git a/test/command/6043.md b/test/command/6043.md new file mode 100644 index 000000000..a3f39a44b --- /dev/null +++ b/test/command/6043.md @@ -0,0 +1,8 @@ +``` +% pandoc -t beamer +\textbf<1>{Bold Text On Slide1} +^D +\begin{frame} +\textbf<1>{Bold Text On Slide1} +\end{frame} +``` -- cgit v1.2.3