tipsy / j2html

Java to HTML generator. Enjoy typesafe HTML generation.

Home Page:https://j2html.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MathML support

matthew-mccall opened this issue · comments

Is MathML support planned? Adding MathML would allow users to generate and share equations in their HTML using this library. If not, I'm willing to work on it and open a PR for it.

commented

Is MathML support planned?

Not planned, but sounds pretty cool, IMO.

I'd also like to add support for MathML. Since we've already had users ask for extensions to traditional html (like HTMX), it may be worth restructuring the J2html project to be a more formal Maven multi-module project which can build multiple artifacts. Eventually we can incorporate those other projects and distribute their artifacts as add-ons. It'll take a little effort to restructure but I'm happy to do it while @matthew-mccall works towards MathML support.

Basic support for MathML has been added by #223 . Further enhancements can be requested as new issues.