Another attempt to fix the Haddock links from Render. The last attempt in #174 didn't work because it's still trying to find the target module in core-text and not in core-program. Presumably it would work if the latter was in scope and imported, but it's not, so boo.
Another attempt to fix the Haddock links from Render. The last attempt in #174 didn't work because it's still trying to find the target module in core-text and not in core-program. Presumably it would work if the latter was in scope and imported, but it's not, so boo.
According to https://haskell-haddock.readthedocs.io/en/latest/markup.html#links the Markdown style
[text](url)
syntax should work, but when I do the Haddock generation locally it doesn't render properly.(which is ironic given this is in a typeclass named Render)
Maybe this will work on Hackage but boo.