x/tools/gopls: markdown code block should be space not #40947
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I using gopls with
vim-lsp
(together with neovim). When callingLspHover
, I see like the image below:What did you expect to see?
4 space characters.
What did you see instead?
4
.More information
Padding was introduced by https://go-review.googlesource.com/c/tools/+/197760 (and related to #34161). But the original converter which written in TypeScript in this line use 4 space padding. I think it can be replace by space characters which is a valid markdown syntax.
The text was updated successfully, but these errors were encountered: