Unescape characters in \lstinline inside \passthrough.

For full motivation, see #1629 ; this improves on
99e24cf183.

Closes #8179.
This commit is contained in:
John MacFarlane
2022-07-18 19:52:33 +02:00
parent dfbfbfbf24
commit e90ce8e1ab
2 changed files with 18 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
```
% pandoc -f latex -t native
\passthrough{\lstinline!\\textbf\{\}!}
^D
[ Para [ Code ( "" , [] , [] ) "\\textbf{}" ] ]
```