I have this LaTex code:
\documentclass{book}
\begin{document}
Hello
\begin{tabular}{ c c c }
cell1 & cell2 & cell3 \
cell4 & cell5 & cell6 \
cell7 & cell8 & cell9
\end{tabular}
Goodbye
\end{document}
It produces this when I run tex4ebook (works fine with pdflatex, but I'm making an ebook):
Why can't I see a table?
I have searched the tex4ebook issues for tabular and found nothing similar. This question looks similar but turns out to be about a slightly different package.
