From c72277e98683544759d966fc88012b4f6d0fa8ec Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 10 Oct 2021 11:24:28 -0700 Subject: LaTeX reader: Properly handle `\^` followed by group closing. Closes #7615. --- test/command/7615.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/7615.md (limited to 'test') diff --git a/test/command/7615.md b/test/command/7615.md new file mode 100644 index 000000000..9235b0a17 --- /dev/null +++ b/test/command/7615.md @@ -0,0 +1,6 @@ +``` +% pandoc -f latex -t native +\texttt{\^} +^D +[ Para [ Code ( "" , [] , [] ) "^" ] ] +``` -- cgit v1.2.3