pandoc/test/command/5420.md
2019-06-07 10:03:10 -07:00

6 lines
133 B
Markdown

```
% pandoc --listings -t latex
`int a = 1;`{.cpp style=cpp}
^D
\passthrough{\lstinline[language={C++}, style=cpp]!int a = 1;!}
```