mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
d8b4e45be0
Closes #5420.
133 B
133 B
% pandoc --listings -t latex
`int a = 1;`{.cpp style=cpp}
^D
\passthrough{\lstinline[language={C++}, style=cpp]!int a = 1;!}