mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
For full motivation, see #1629 ; this improves on
99e24cf183.
Closes #8179.
7 lines
126 B
Markdown
7 lines
126 B
Markdown
```
|
|
% pandoc -f latex -t native
|
|
\passthrough{\lstinline!\\textbf\{\}!}
|
|
^D
|
|
[ Para [ Code ( "" , [] , [] ) "\\textbf{}" ] ]
|
|
```
|