dd82ab8d79
* Update Assets.md * expand fix for every /plugins page
789 B
789 B
title | tags | |
---|---|---|
Latex |
|
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
- Category: Transformer
- Function name:
Plugin.Latex()
. - Source:
quartz/plugins/transformers/latex.ts
.