mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-12 06:28:40 +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:
@@ -88,6 +88,7 @@ in addition to two auto-render-specific keys:
|
||||
{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