Thanks. I'm interested in how the MathML turns out. Also do you know what wordpress uses for the conversion? When I looked for something latex -> mathml a while back the result was annoying, e.g. sympy does something odd.
What?
Fixes #47198. Adds a math block and rich text format.
Why?
Why both? Math can be written in block or inline form. In fact, MathML and LaTeX renderers always provide two display modes: block ...
Helge
in reply to Aslak Raanes • • •(I'm not 100% sure that's how you only do a lower limit) and
Thanks. I'm interested in how the MathML turns out. Also do you know what wordpress uses for the conversion? When I looked for something latex -> mathml a while back the result was annoying, e.g. sympy does something odd.
Printing - SymPy 1.14.0 documentation
docs.sympy.orgAslak Raanes
in reply to Helge • • •Add math block and rich text format by ellatrix · Pull Request #72182 · WordPress/gutenberg
GitHubAslak Raanes
in reply to Aslak Raanes • • •And it is Temml npmjs.com/package/@wordpress/l…
@aslakr@aslakr.folk.ntnu.no
Helge
in reply to Aslak Raanes • • •Thank you for doing the research.
So I guess the wordpress math flow is: Gutenberg Block editor converts the latex to MathML and the backend just stores the HTML code.
I have no idea if this is actually how wordpress works, but it sounds plausible.