Closed
Description
I'm using Emacs 26.3 and the lsp-ui install instructions on the ghcide README.
lsp-ui does not seem to like the sectionSeparator
defined by haskell-lsp-types
. It renders the info box shown below, seemingly thinking that the first *
is a bullet and then generating a sort of underlined *
using the other two. I'm not sure whose bug this is. If *\t*\t*\n
as a Markdown section separator is a genuine part of the LSP standard then I suppose it's lsp-ui
's bug; if it's not part of the LSP standard then it's probably haskell-lsp-types
's bug. In either case I think ghcide
needs to make a decision to ignore, workaround, or poke upstream or downstream as appropriate.