aboutsummaryrefslogtreecommitdiff
path: root/test/command/5540.md
blob: 41239020ecadf30aa9c06ac8e4750c1836e7d70e (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!"
]
```