From b60aa80738fa5fb455585c81405acf5e25fbf2ad Mon Sep 17 00:00:00 2001 From: sir'Alexander Date: Thu, 22 Jul 2021 20:46:17 +0100 Subject: [PATCH] Update index.ftl fix for issue where Image on markdown doesn't show --- 01/src/main/resources/templates/index.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01/src/main/resources/templates/index.ftl b/01/src/main/resources/templates/index.ftl index a93fa7c2..76221c2b 100644 --- a/01/src/main/resources/templates/index.ftl +++ b/01/src/main/resources/templates/index.ftl @@ -27,7 +27,7 @@ <#if notes??> <#list notes as note>
  • -

    ${note}

    +

    <#noautoesc>${note}

  • <#else> @@ -36,4 +36,4 @@ - \ No newline at end of file +