diff --git a/layouts/shortcodes/fileTree.html b/layouts/shortcodes/fileTree.html index 9705a6d..3e8d95d 100644 --- a/layouts/shortcodes/fileTree.html +++ b/layouts/shortcodes/fileTree.html @@ -1,3 +1,3 @@
- {{ .Inner }} + {{ .Inner | markdownify }}
diff --git a/layouts/shortcodes/ticks.html b/layouts/shortcodes/ticks.html index b751603..21518d4 100644 --- a/layouts/shortcodes/ticks.html +++ b/layouts/shortcodes/ticks.html @@ -1,3 +1,3 @@
- {{ .Inner }} + {{ .Inner | markdownify }}