-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance of supporting MathML ? #551
Comments
👍 |
2 similar comments
👍 |
👍 |
Doubt it, math ml support was dropped from html, and that would require a third party Javascript library so... |
Oh no that's a bit regressive to say the least. Maths is the mainstay of all the physical sciences and computer science. What the hell are they doing dropping it ? I am working on a deconstruction of TeX as a side project so maybe I might yield something that can be used within markdown as an alternative that might will hopefully able to be deemed secure to be used as an online service. I am also looking at whether I can either add TeX as a plugin or do a conversion of the Knuth's code to JavaScript or maybe Ruby. The only thing that seems to be in the way of doing that is the bitfields used in the Pascal web code. These get converted over to C seamlessly. I am thinking I might be able to replace the bitfield references with assessors that do the same job. Once I get the livetex code deconstructed into separate projects I will open it up in a separate GitHub organization. |
There is recent work to reintroduce MathML to Blink (see here). By the time this issues goes anywhere it may be back to available on most browsers. But using a third-party javascript library isn't unheard of either, as an intermediate step. MathJax and Katex both seem to be doing a fine job of that. @AaronNGray A bit off-topic, but you may want to take a look at this emscripten port of pdftex to javascript, which could be what you're thinking of: https://github.com/manuels/texlive.js It's already working. |
+1 |
👋 Closing this issue per #897 (comment). |
See also this comment at #897. |
That's clear that it's impossible to directly support LaTeX equations; however, I can't understand what's wrong with MathML—it is supported by modern browsers, so GFM developers only should allow some HTML tags like <math>.
|
Cannot believe that it's impossible to show formulas in github Wiki???? I need not edit the equations in the editor, just copy mathml code and the browser shows it. Where is the problem??? |
Is there any chance of supporting MathML in markup. I read #274 but would still really love TeX for inference rules in the semantics of my language definition. But MathML would be a second choice as it has all they symbols for type theory. It could probably be implemented reasonably simply without creeping featurism or security issues.
The text was updated successfully, but these errors were encountered: