From 0100c86670134a828833cc061e9e22587108fb4d Mon Sep 17 00:00:00 2001
From: Fabian Kirchner <kirchner@posteo.de>
Date: Fri, 13 Oct 2023 19:14:58 +0200
Subject: review

---
 app/Main.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/Main.hs b/app/Main.hs
index 1c9f612..82c0526 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -202,6 +202,7 @@ main = do
                 "mdcat --columns 80 --local"
             )
             -- COMMENT This regresses in that issue tags are not shown at the end of the issue. I would be fine resolving this through a tracking issue.
+            -- RESOLVED Fixed this by not stripping the tags from the description in the first place
 
 putDoc :: P.Doc P.AnsiStyle -> IO ()
 putDoc doc = do
-- 
cgit v1.2.3