bgamari / trac-to-remarkup

Moved to GitLab: https://gitlab.haskell.org/bgamari/trac-to-remarkup
https://gitlab.haskell.org
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Spurious list #35

Closed bgamari closed 5 years ago

bgamari commented 5 years ago

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

tdammers commented 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.