quartz/docs/plugins/Latex.md
2024-03-11 08:58:43 -05:00

799 B

title tags
Latex
plugin/transformer

This plugin adds LaTeX support to Quartz. See features/Latex for more information.

Note

For information on how to add, remove or configure plugins, see the Configuration#Plugins page.

This plugin accepts the following configuration options:

  • renderEngine: the engine to use to render LaTeX equations. Can be "katex" for KaTeX or "mathjax" for MathJax SVG rendering. Defaults to KaTeX.

API