Closed bgamari closed 5 years ago
The problem is that
[[https://wiki.haskell.org/Core_Libraries_Committee|Core Libraries Committee]]
is parsed to
Link "https://wiki.haskell.org/Core_Libraries_Committee|Core Libraries Committee" ["https://wiki.haskell.org/Core_Libraries_Committee|Core","Libraries","Committee"]
It looks like the parse order for links with and without descriptions was inverted.
Via 8009db99ec1baca7ddac21934aa48aa63e18ea6d.
See, for instance, https://gitlab.staging.haskell.org/ghc/ghc/issues/16155.