From e90ce8e1ab4dc0fc441c59ea53cfd2733f587e96 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 18 Jul 2022 19:52:33 +0200 Subject: Unescape characters in `\lstinline` inside `\passthrough`. For full motivation, see #1629 ; this improves on 99e24cf18337b0b460005bf77e367783c34b75e7. Closes #8179. --- test/command/8179.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/8179.md (limited to 'test/command') diff --git a/test/command/8179.md b/test/command/8179.md new file mode 100644 index 000000000..ef7361878 --- /dev/null +++ b/test/command/8179.md @@ -0,0 +1,6 @@ +``` +% pandoc -f latex -t native +\passthrough{\lstinline!\\textbf\{\}!} +^D +[ Para [ Code ( "" , [] , [] ) "\\textbf{}" ] ] +``` -- cgit v1.2.3