diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-13 17:53:54 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-13 17:53:54 +0200 |
commit | 0f28fa0e22eec74456e3597f7cf2dcb135278750 (patch) | |
tree | 7c814fe0faf21f45afcd24c14542fca259720522 /app/Main.hs | |
parent | c0c0789cbb0c02b5d0f54034db42d3880fd36ae2 (diff) |
review 'feature/markdown-printing-via-mdcat'
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 = |