Skip to content

Commit 239cbf0

Browse files
committed
Pass md .Inner to markdownify
1 parent 89fe7a4 commit 239cbf0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/_default/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ timeout = 300000
3030
[outputs]
3131
home = ["HTML"]
3232
section = ["HTML"]
33-
# taxonomy = ["HTML"]
3433

3534
[taxonomies]
3635
author = "authors"

layouts/shortcodes/md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{ .Inner }}
1+
{{ .Inner | markdownify }}

0 commit comments

Comments
 (0)