e76b672414
If you do, the contents of item disappear or are misplaced. Use `\texttt` instead. Closes #645.
286 B
286 B
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}