diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/645.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/645.md b/test/command/645.md new file mode 100644 index 000000000..90b285bed --- /dev/null +++ b/test/command/645.md @@ -0,0 +1,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} +``` |