From 2ff6570cb32ef4dbf873856fcaa114ac88acfeb3 Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Fri, 13 Oct 2023 19:11:41 +0200 Subject: resolved feature/markdown-printing-via-mdcat --- app/Main.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'app') diff --git a/app/Main.hs b/app/Main.hs index 82c0526..bf8db29 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -201,8 +201,6 @@ main = do -- @topic formatting "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 @@ -295,7 +293,6 @@ sh_ proc = do if exitCode == P.ExitSuccess then pure () else throwIO $ ProcessException (show proc) exitCode err --- APPROVE fixTreeGrepper :: G.Result -> G.Result fixTreeGrepper treeGrepperResult = -- cgit v1.2.3