I am getting the error
! Extra }, or forgotten $. \sbox ...hbox {\color@setgroup #2\color@endgroup }
l.6 \item[$]
$]
! LaTeX Error: Something's wrong--perhaps a missing \item.
With the MWB
\documentclass{article}
\begin{document}
\begin{description}
\item[$]$]
\end{description}
\end{document}
It also fails when using \(]\). Clearly that contained bracket is being matched as the one that closes the optional argument, so how do I prevent that?
\item[${]}$]. – Nov 28 '17 at 20:13