diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-13 19:11:41 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-10-13 19:15:21 +0200 |
commit | 2ff6570cb32ef4dbf873856fcaa114ac88acfeb3 (patch) | |
tree | 715f713bfe31507d1cc2f3fe610f6e6bf2c8da67 /app/Main.hs | |
parent | 0100c86670134a828833cc061e9e22587108fb4d (diff) |
resolved feature/markdown-printing-via-mdcat
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 3 |
1 files changed, 0 insertions, 3 deletions
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 = |