From 03ddac451edcd6eb8dfa1a77b174fd146aa5e722 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 29 Nov 2017 21:30:13 -0800 Subject: Support beamer `\alert` in LaTeX reader. Closes #4091. --- test/command/4091.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/4091.md (limited to 'test/command') diff --git a/test/command/4091.md b/test/command/4091.md new file mode 100644 index 000000000..13f3323d1 --- /dev/null +++ b/test/command/4091.md @@ -0,0 +1,6 @@ +``` +% pandoc -f latex +\alert<3>{foo} +^D +

foo

+``` -- cgit v1.2.3