From 1bc289f836a118498e99bf991927d2c3c907ff7d Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Mon, 22 Feb 2021 21:56:28 +0530 Subject: [PATCH] fix figure shortcode being rendered --- content/posts/papermod/papermod-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/papermod/papermod-faq.md b/content/posts/papermod/papermod-faq.md index 52091c94..97d383b1 100644 --- a/content/posts/papermod/papermod-faq.md +++ b/content/posts/papermod/papermod-faq.md @@ -246,7 +246,7 @@ use `align=center` to center image with captions ex. ```md -{{< figure align=center src="image.jpg" >}} +{{}} ``` ---