The sine plot has funnily enough turned into a flatline in the tikz showcase example:
\documentclass{article}
\usepackage{tikz}
\begin{document}
\section{Plot of $\sin(x)$}
\begin{tikzpicture}
\draw plot (\x,{sin(\x r)});
\end{tikzpicture}
\end{document}
latexml produces 48 errors of the kind:
Error:pgfparse:pgfparse Parse of 'sin(-5r)' failed
at /tmp/test.tex; line 7 col 27
LTX: '0'
Left: sin(-5r)
Next token is T_CS[\let]
In Core::Definition::Expandable[\lx@pgfm... from pgfmath.code.tex.ltxml line 320
<= Core::Gullet[@0x559065c97ab8] <= Core::Stomach[@0x559065c9f738] <= Core::Definition::Primitive[Begin] <= ...
which may be easy to fix
The sine plot has funnily enough turned into a flatline in the tikz showcase example:
latexml produces 48 errors of the kind:
which may be easy to fix