forked from drowl87/hextra_mirror
chore: support markdown in filetree/file
This commit is contained in:
parent
666ad3f79f
commit
66509b2d35
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user