ptrglbvc / omd

omd
MIT License
32 stars 5 forks source link

Latex math support #3

Closed phaker97 closed 2 weeks ago

phaker97 commented 3 weeks ago

Implements Latex-Math Support through use of MathJax.

Changes (for detailed changes see the diff):

Why this approach? MathJax is one of the more versatile solutions. For how easy it is to integrate, it can do a lot of things, e.g. Copy Latex or MathML Code from your browser. In Addition it can also do some other (not necessarily math) commands like \LaTeX. It also does not rely on MathML which might not be supported by the browser.

Reasons against this: