Closed bgamari closed 5 years ago
The problem is not actually the parser, but the writer - when line-wrapping the Markdown output, sometimes an inline hyphen accidentally ends up at the beginning of a line, where it is interpreted as a bullet list item.
It looks like we parsed a list due to a hyphen.
https://gitlab.staging.haskell.org/ghc/ghc/issues/13615#note_285782
https://ghc.haskell.org/trac/ghc/ticket/13615#comment:8