From 4a153308743ee14a23eff02183482f41e8c4bf70 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Fri, 23 May 2025 14:04:21 -0400 Subject: [PATCH] Updated showing of image --- src/MdToHTML.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MdToHTML.hs b/src/MdToHTML.hs index 0b3e6cb..9c9d95f 100644 --- a/src/MdToHTML.hs +++ b/src/MdToHTML.hs @@ -58,7 +58,7 @@ instance Show MdToken where show (Code code) = "" ++ show code ++ "" show (Codeblock code) = show code show (Link txt url) = "" ++ show txt ++ "" - show (Image txt imgPath) = "" ++ show txt ++ "" + show (Image txt imgPath) = "\""" show (Bold token) = "" ++ show token ++ "" show (Italic token) = "" ++ show token ++ "" show (Strikethrough token) = "" ++ show token ++ ""