lsif-go icon indicating copy to clipboard operation
lsif-go copied to clipboard

Broken Markdown formatting of lists in comments

Open novoselrok opened this issue 4 years ago • 1 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: Screenshot 2021-06-21 at 09 51 43

The same text seems to be fine when using search-based results: Screenshot 2021-06-21 at 09 56 47

novoselrok avatar Jun 21 '21 08:06 novoselrok

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

novoselrok avatar Jun 21 '21 08:06 novoselrok