aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-01-10 08:26:33 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-01-10 08:26:33 -0800
commit42b915e65624df9f910769604889a3c1c9fc6845 (patch)
tree510ad0b6e5831844ada4f1cd044304a2ad3105f8 /test/command
parent6cf7a9cd8e7ca2788b7da52c331e23e4bb6eba5b (diff)
downloadpandoc-42b915e65624df9f910769604889a3c1c9fc6845.tar.gz
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.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/6043.md8
1 files changed, 8 insertions, 0 deletions
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}
+```