From 66509b2d357363977a2da9588974b628f6776cb6 Mon Sep 17 00:00:00 2001 From: Xin Date: Thu, 17 Aug 2023 23:53:32 +0100 Subject: [PATCH] chore: support markdown in filetree/file --- layouts/shortcodes/filetree/file.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/filetree/file.html b/layouts/shortcodes/filetree/file.html index cb3e315..de0e82d 100644 --- a/layouts/shortcodes/filetree/file.html +++ b/layouts/shortcodes/filetree/file.html @@ -4,6 +4,6 @@
  • {{- partial "utils/icon" (dict "name" "document-text" "attributes" "width=1em") -}} - {{ $name }} + {{ $name | markdownify }}