Change cite param to Markdown
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{ $cite := .Get 0 | default (.Get "cite") }}
|
||||
{{ $cite := .Get 0 | default (.Get "cite") | markdownify }}
|
||||
{{ $content := trim .InnerDeindent "\f\n\r\v" | markdownify }}
|
||||
|
||||
{{ if not $content }}
|
||||
|
Reference in New Issue
Block a user