diff options
Diffstat (limited to 'app')
-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 |