diff --git a/templates/shortcodes/figure.html b/templates/shortcodes/figure.html index b9de271..e014068 100644 --- a/templates/shortcodes/figure.html +++ b/templates/shortcodes/figure.html @@ -2,7 +2,7 @@ {% if caption %} - {{ caption }} + {{ caption | markdown() | safe }} {% endif %} {% endif %}