🐛 Fix lead shortcode not rendering Markdown

Fixes #73
This commit is contained in:
James Panther
2022-01-05 10:13:23 +11:00
parent ecf207273c
commit 4ca9f334cb
2 changed files with 7 additions and 3 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
<p class="!mb-9 text-xl text-neutral-500 dark:text-neutral-400">
{{ .Inner }}
</p>
<div class="!mb-9 text-xl text-neutral-500 dark:text-neutral-400">
{{ .Inner | markdownify }}
</div>