-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Milestone
Description
MathJax2 converts TeX and LaTeX math delimiter pairs such as
MathJax3 directly renders maths in the math delimiters.
Currently Sage renders maths in LaTeX to html with script tags, which are recognized only by MathJax2.
To pave the way for transiting Sage to MathJax3, we make Sage output MathJax3 compatible htmls.
With this patch, Sage works both with MathJax2 and MathJax3.
(this patch also contains a small fix for tables)
CC: @egourgoulhon
Component: misc
Author: Kwankyu Lee
Branch/Commit: 3d26006
Reviewer: Markus Wageringel
Issue created by migration from https://trac.sagemath.org/ticket/31517