Svelte component to render math MathML, via Temml
npm install svelte-math> A Svelte component to render math with MathML via Temml.
``bashusing pnpm
pnpm i -D svelte-math
$3
`svelte
`$3
For the best math rendering, include a temml css and font file when using the component. See the temml docs for more details.
Usage
$3
`svelte
`$3
`svelte
`$3
`svelte
`Options
In addition to
displayMode seen above, you can pass Temml options via the options prop.Consult the temml documentations for more details.
`svelte
``