mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-07 10:04:22 +00:00
12 lines
348 B
HTML
12 lines
348 B
HTML
{{ with transform.ToMath .Inner (dict "displayMode" true) }}
|
|
{{ with .Err }}
|
|
{{ errorf "Failed to render KaTeX: %q. See %s" . $.Position }}
|
|
{{ else }}
|
|
{{ if $.Attributes.class }}
|
|
<div class="{{ $.Attributes.class }}">{{ . }}</div>
|
|
{{ else }}
|
|
{{ . }}
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ end }}
|