1
0
Fork 0
forked from mirrors/hugo-tufte

Markdown support in all shortcodes ()

Fixes 
This commit is contained in:
slashformotion 2021-08-15 14:28:10 +02:00 committed by GitHub
commit 628637be81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions
layouts/shortcodes

View file

@ -1,6 +1,6 @@
<blockquote cite="{{ .Get "cite" }}">
<p>
{{ .Inner }}
{{ .Inner | markdownify }}
</p>
<footer>{{ .Get "footer" }}</footer>
</blockquote>