mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-14 18:13:47 +01:00
Rather than having our own implementation. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
12 lines
350 B
HTML
12 lines
350 B
HTML
{{- /*
|
|
|
|
This is a passthrough render hook (https://gohugo.io/render-hooks/passthrough/).
|
|
|
|
We use it to send the delimited passthrough element through KaTeX to render maths
|
|
in the Olm / Megolm spec.
|
|
|
|
See: https://www.docsy.dev/docs/content/diagrams-and-formulae/#add-passthrough-render-hook
|
|
|
|
*/ -}}
|
|
{{ partial "scripts/math.html" . }}
|