LatexFormula
Latex
Formula
When you need to render formulas in Markdown.
Property | Description | Type | Default |
---|---|---|---|
replaceAlignStart | Whether to replace align* with aligned in formulas, katex doesn't support align* | boolean | true |
katexOptions | Katex configuration | KatexOptions | { output: 'mathml' } |