chore(katex): generated types

This commit is contained in:
NicolasNewman 2023-07-08 11:10:59 +09:00
parent 67cbdb41f7
commit 22a7234b54
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ export interface MermaidConfig {
* without their own MathML implementation. If this option is disabled and MathML is not supported, the math
* equations are replaced with a warning. If this option is enabled and MathML is not supported, Mermaid will
* fall back to legacy rendering for KaTeX.
*
*/
legacyMathML?: boolean;
/**