From b472669a401ad420746a5a7d815454457a103054 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 1 Jun 2020 17:22:00 +0200 Subject: Render figure captions as markdown. --- templates/shortcodes/figure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shortcodes/figure.html b/templates/shortcodes/figure.html index f21dcce..5a83112 100644 --- a/templates/shortcodes/figure.html +++ b/templates/shortcodes/figure.html @@ -1,6 +1,6 @@
- {{ body }} + {{ body | markdown | safe}}
-- cgit v1.2.3