From 0f28fa0e22eec74456e3597f7cf2dcb135278750 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 13 Oct 2023 17:53:54 +0200 Subject: review 'feature/markdown-printing-via-mdcat' --- app/Main.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app') diff --git a/app/Main.hs b/app/Main.hs index bf8db29..1c9f612 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -201,6 +201,7 @@ 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. putDoc :: P.Doc P.AnsiStyle -> IO () putDoc doc = do @@ -293,6 +294,7 @@ 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