> make4ht --version > make4ht version v0.3e > > I compiled it from clean folder also. Nothing else but the latex file there.
I've found what is the issue. It is your use of "htm,mathjax". This requires `.htm` extension for the HTML files. `make4ht` filters worked only for `html` and `xhtml` files, so they are not executed on your files at all. I've updated make4ht to match also .htm files. But honestly, I've never understood why you use the .htm extension instead of usual .html. Best regards, Michal
