fix: use InnerDeindent for filetree shortcode rendering (#613)

This commit is contained in:
Xin
2025-03-11 21:42:16 +00:00
committed by GitHub
parent 2b83a3762f
commit a2718d8aa3
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@
<span class="ltr:hx-ml-1 rtl:hx-mr-1">{{ $name }}</span>
</button>
<ul data-state="{{ $state }}" class="ltr:hx-pl-5 rtl:hx-pr-5 data-[state=closed]:hx-hidden">
{{- .Inner -}}
{{- .InnerDeindent -}}
</ul>
</li>