<la-tex> Custom Element
Would you be interested in exporting a <la-tex> custom element? Currently TexZilla exports it, I also export a <math-up> element in my mathup (see here).
I‘m thinking about how I can make markdown-it-math extremely easy to use while supporting all the libraries, and I think custom elements might be a pretty neat way to go about it.
If I understand correctly, TexZilla's enablement of a <la-tex> element involves a TexZillla extension. I think it would be good to add a <la-tex> element to the set of Temml extensions. That way, it could be maintained by someone who has a better grasp than me of the various use cases.
Recently, @mbourne persuaded me to fold the auto-render extension into Temml proper. Maybe someday something similar can be done for a <la-tex> element. For now, I would prefer it in an extension.
I see. It seems like <la-tex> is actually just an example of TexZilla usage, rather than being exported from the library (or even published as an extension):
If I find time in the coming months I may write a wrapper around Temml which only exports the custom element (I will probably just copy-paste from my <math-up>). It seems like a good first step, from which you can evaluate if you want to move it into Temml proper.
I just published https://github.com/runarberg/temml-custom-element which is a pretty basic wrapper around Temml, I haven‘t tested all the features but in theory they should all work except matching of stylesheets with the font and maybe labeling which I might come back to later.