The Tufte handout style is a style that Edward Tufte uses in his books and handouts. Tufte’s style is known for its extensive use of sidenotes, tight integration of graphics with text, and well-set typography. This style has been implemented in LaTeX (https://github.com/Tufte-LaTeX/tufte-latex) and HTML/CSS (https://github.com/edwardtufte/tufte-css).
R Markdown allows to create PDFs using tufte-latex and HTML using tufte-css and I think it looks really nice: https://rstudio.github.io/tufte/
Wouldn't it be cool, if LaTeXML had bindings, which would convert a LaTeX Document written with the tufte-latex package into HTML using tufte-css?
It's always cool to add support for a great package to latexml! So certainly thanks for the request, it's great to know this package is useful and needed!
R Markdown allows to create PDFs using tufte-latex and HTML using tufte-css and I think it looks really nice: https://rstudio.github.io/tufte/
Wouldn't it be cool, if LaTeXML had bindings, which would convert a LaTeX Document written with the tufte-latex package into HTML using tufte-css?