Closed prowlett closed 1 year ago
In a LaTeX chapter, this code:
chapter
\documentclass{article} \begin{document} \begin{itemize} \item Hello. \item Goodbye. \end{itemize} \end{document}
produces this in PDF:
but this in HTML:
In Beamer, this code:
\documentclass{beamer} \begin{document} \begin{frame}{Start} \begin{itemize} \item Hello. \item Goodbye. \end{itemize} \end{frame} \end{document}
produces this in PDF
but this in HTML
and this in the Slides HTML
I don't think we can unit test this because the method for list items that this issue was about was implemented in CSS, so you can't tell just from looking at the HTML what marker will be used.
In a LaTeX
chapter
, this code:produces this in PDF:
but this in HTML:
In Beamer, this code:
produces this in PDF
but this in HTML
and this in the Slides HTML