pandoc/test/command/5420.md

7 lines
133 B
Markdown
Raw Normal View History

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