mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
feat: Add {CD} to auto-render. (#2710)
* Add {CD} to auto-render. * Semantic PR Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
This commit is contained in:
@@ -103,6 +103,7 @@ const renderMathInElement = function(elem, options) {
|
||||
{left: "\\begin{align}", right: "\\end{align}", display: true},
|
||||
{left: "\\begin{alignat}", right: "\\end{alignat}", display: true},
|
||||
{left: "\\begin{gather}", right: "\\end{gather}", display: true},
|
||||
{left: "\\begin{CD}", right: "\\end{CD}", display: true},
|
||||
|
||||
{left: "\\[", right: "\\]", display: true},
|
||||
];
|
||||
|
Reference in New Issue
Block a user