Skip to content

Commit 45be580

Browse files
Plainify, fix bug with rendered content
1 parent 3a5fac7 commit 45be580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/figure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
{{- with $figure.attributionlink -}}<a href="{{ . }}">{{- end -}}{{- $figure.attribution -}}{{- if $figure.attributionlink -}}</a>{{- end -}}
9292
{{- end }}
9393
<p><span class="caption-text">
94-
{{- $figure.caption | markdownify -}}
94+
{{- $figure.caption | markdownify | plainify -}}
9595
</span>
9696
{{- with $figure.legend }}
9797
<div class="legend">

0 commit comments

Comments
 (0)