basic HTML transforms

This commit is contained in:
Simon Martens
2025-09-19 23:21:21 +02:00
parent b39a7fa7ee
commit 5dcda918f0
3 changed files with 95 additions and 1 deletions

View File

@@ -420,7 +420,7 @@
{{- if not $piece.IsContinuation -}}
{{- range $annotation := $piece.AnnotationNote.Annotations -}}
<div class="italic text-sm mt-0.5 text-slate-600">
{{ $annotation.Inner.InnerXML }}
{{ Safe $annotation.HTML }}
</div>
{{- end -}}
{{- end -}}