Sigil-Ebook / PageEdit

ePub XHTML Visual Editor
GNU General Public License v3.0
248 stars 28 forks source link

[Feature Request] Support for MathML #32

Closed firstrose closed 1 year ago

firstrose commented 1 year ago

LdNNOCtz4z

kevinhendricks commented 1 year ago

Sorry but since PageEdit actually live edits the DOM tree, and MathML uses MathJax which is javascript to replace the mathml DOM nodes with svg, there can be no mathml support in PageEdit.

After MathMax runs you would be left with a bunch of SVG and no mathml to speak of.

Sorry, live editing and javascripts that modify the tree do not work well together.

kevinhendricks commented 3 months ago

The latest Qt versions now natively support a limited set of mathml so Preview being a Qt app has now inherited that capabilitu