Remove redundant markdownify funcs

master
Will Faught 2 years ago
parent 0d858e9b61
commit fc707a7b38

@ -1,6 +1,6 @@
{{ $align := .Get "align" }} {{ $align := .Get "align" }}
{{ $caption := .Get 0 | default (.Get "caption") }} {{ $caption := .Get 0 | default (.Get "caption") }}
{{ $content := .Inner | markdownify }} {{ $content := .Inner }}
{{ $float := .Get "float" }} {{ $float := .Get "float" }}
{{ $height := .Get "height" }} {{ $height := .Get "height" }}
{{ $justify := .Get "justify" }} {{ $justify := .Get "justify" }}

@ -1,6 +1,6 @@
{{ $align := .Get "align" }} {{ $align := .Get "align" }}
{{ $caption := .Get "caption" | markdownify }} {{ $caption := .Get "caption" | markdownify }}
{{ $content := .Inner | markdownify }} {{ $content := .Inner }}
{{ $float := .Get "float" }} {{ $float := .Get "float" }}
{{ $height := .Get "height" }} {{ $height := .Get "height" }}
{{ $justify := .Get "justify" }} {{ $justify := .Get "justify" }}

Loading…
Cancel
Save