cyberware/docs/plugins/Latex.md
Race Williams dd82ab8d79
fix: broken doc links on /plugins/* (#1053)
* Update Assets.md

* expand fix for every /plugins page
2024-04-03 13:30:41 -07:00

789 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