chore(katex): generated types

This commit is contained in:
NicolasNewman 2023-07-08 11:10:59 +09:00
parent 67cbdb41f7
commit 22a7234b54

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 * 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 * 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. * fall back to legacy rendering for KaTeX.
*
*/ */
legacyMathML?: boolean; legacyMathML?: boolean;
/** /**