blob: 90b285bed17693a3c0a28435f1aafd6d65b0d394 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | Don't use listings commands in \item[..] context:
```
% pandoc -t latex
`--foo` **BAR**
:   Enables the foo feature with **BAR** as its flavour.
^D
\begin{description}
\item[\texttt{-\/-foo} \textbf{BAR}]
Enables the foo feature with \textbf{BAR} as its flavour.
\end{description}
```
 |