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:
Ron Kok
2020-12-28 19:56:59 -08:00
committed by GitHub
parent c0a9a6d961
commit 7fe6778d2d
3 changed files with 3 additions and 1 deletions

View File

@@ -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},
];