Fix mermaid rendering inside split shortcode (#1059)

This commit is contained in:
Emruz Hossain 2025-07-12 16:02:30 +06:00 committed by GitHub
parent 7223361464
commit c7fb163e66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 7 deletions

View file

@ -9,5 +9,5 @@
{{ end }}
<div class="mermaid" align="{{ $alignment }}" style="background-color: {{ $background }}; border-radius: 5px;">
{{ safeHTML .Inner }}
{{- safeHTML .Inner -}}
</div>