aboutsummaryrefslogtreecommitdiff
path: root/test/command/5420.md
blob: 17ce7e0e44625ee8542b3b0dddea47607469b7a9 (plain)
1
2
3
4
5
6
```
% pandoc --syntax-highlighting=idiomatic -t latex
`int a = 1;`{.cpp style=cpp}
^D
\passthrough{\lstinline[language={C++}, style=cpp]!int a = 1;!}
```