I've got the following code:
\begin{tabular}{r|l}
{Column 1 content}&{\begin{itemize}
\item Column 2 content
\end{itemize}}
\end{tabular}
But for some reason, the editor I'm using to code - Latexian - keeps giving me errors at lines 3 and 4 of this code, stating
LaTeX error: Something's wrong - perhaps a missing \item
Line 59: \item C
In the PDF preview, the list displays without bullet points, but the table appears properly formatted.
What does this error mean, and how can it be fixed?



itemizein anlcolumn, you need apcolumn. – egreg Jan 17 '14 at 13:56tabularx? – Jules Jan 17 '14 at 14:00p{3cm}or some other length. – egreg Jan 17 '14 at 14:03