From f5e36c66f97714f7c7127f9e93a6c587c6f083a3 Mon Sep 17 00:00:00 2001 From: Pierre Mavro Date: Wed, 9 Apr 2025 02:43:35 +0200 Subject: [PATCH] Fix: static image are not rendered Fix static images with classical markdown notation were not rendered --- layouts/docs/_markup/render-image.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/docs/_markup/render-image.html b/layouts/docs/_markup/render-image.html index 8f46d6b8..b87ed033 100644 --- a/layouts/docs/_markup/render-image.html +++ b/layouts/docs/_markup/render-image.html @@ -29,5 +29,7 @@ {{ else }} {{ $text }} {{ end }} + {{ else }} + {{ $text }} {{ end }} -{{ end }} \ No newline at end of file +{{ end }}