chore: support markdown in filetree/file

This commit is contained in:
Xin 2023-08-17 23:53:32 +01:00
parent 666ad3f79f
commit 66509b2d35

View File

@ -4,6 +4,6 @@
<li class="flex list-none">
<span class="inline-flex cursor-default items-center py-1">
{{- partial "utils/icon" (dict "name" "document-text" "attributes" "width=1em") -}}
<span class="ml-1">{{ $name }}</span>
<span class="ml-1">{{ $name | markdownify }}</span>
</span>
</li>