lsif-go
lsif-go copied to clipboard
Broken Markdown formatting of lists in comments
Example: https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/cmd/frontend/graphqlbackend/search_pagination.go?L197-220
First line of each list is displayed normally, but then the rest of the lines seem to be wrapped in a code block. Image:

The same text seems to be fine when using search-based results:

This seems to be an underlying problem with go/doc: https://github.com/golang/go/issues/7873