We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5fac7 commit 45be580Copy full SHA for 45be580
layouts/shortcodes/figure.html
@@ -91,7 +91,7 @@
91
{{- with $figure.attributionlink -}}<a href="{{ . }}">{{- end -}}{{- $figure.attribution -}}{{- if $figure.attributionlink -}}</a>{{- end -}}
92
{{- end }}
93
<p><span class="caption-text">
94
-{{- $figure.caption | markdownify -}}
+{{- $figure.caption | markdownify | plainify -}}
95
</span>
96
{{- with $figure.legend }}
97
<div class="legend">
0 commit comments