Remove redundant markdownify funcs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{{ $align := .Get "align" }}
|
||||
{{ $caption := .Get 0 | default (.Get "caption") }}
|
||||
{{ $content := .Inner | markdownify }}
|
||||
{{ $content := .Inner }}
|
||||
{{ $float := .Get "float" }}
|
||||
{{ $height := .Get "height" }}
|
||||
{{ $justify := .Get "justify" }}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{{ $align := .Get "align" }}
|
||||
{{ $caption := .Get "caption" | markdownify }}
|
||||
{{ $content := .Inner | markdownify }}
|
||||
{{ $content := .Inner }}
|
||||
{{ $float := .Get "float" }}
|
||||
{{ $height := .Get "height" }}
|
||||
{{ $justify := .Get "justify" }}
|
||||
|
Reference in New Issue
Block a user