aboutsummaryrefslogtreecommitdiff
path: root/test/command/5540.md
blob: c5157e61171fcf55d9c7494db67904bdb35cf47d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```
% pandoc -f latex -t native
\begin{lstlisting}[language=myfunnylanguage]
Stay pure!
\end{lstlisting}
^D
[ CodeBlock
  ( ""
  , [ "myfunnylanguage" ]
  ,
    [ ( "language", "myfunnylanguage" ) ]
  ) "Stay pure!"
]
```