diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-13 19:14:58 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-10-13 19:14:58 +0200 |
commit | 0100c86670134a828833cc061e9e22587108fb4d (patch) | |
tree | 08d3bf40e2d6faf09d61c8b78fdfc9409d879ac6 /app/Main.hs | |
parent | b0cbe84cef6c8504d692fc65cbfd3427bd4f1f6f (diff) |
review
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |