Follow-up Comment #13, bug #617 (project tex4ht): > I guess this version doesn't support inline HTML?
It does. I tried to reproduce your issue as follows: $ # fetch the examples as they were in Markdown 2.23.0 $ git clone https://github.com/Witiko/markdown.git $ cd markdown $ git checkout 2.23.0 $ # typeset `latex-pdftex.pdf` with Markdown 2.23.0 from the current TeX Live $ docker run -v "$PWD"/examples:/workdir -w /workdir --rm texlive/texlive:latest make latex-pdftex.pdf $ grep 'markdown renderer' markdown/examples/latex-pdftex.log Package: markdown 2023-04-27 v2.23.0-0-g0b22f91 markdown renderer The last two paragraph in my document `latex-pdftex.pdf` that I typeset with Markdown 2.23.0 look the same as in the screenshot from my previous post using Markdown 3.3.0. In other words, I can't reproduce your issue. _______________________________________________________ Reply to this item at: <http://puszcza.gnu.org.ua/bugs/?617> _______________________________________________ Message sent via/by Puszcza http://puszcza.gnu.org.ua/
