Skip to content

Commit 9f7a2b6

Browse files
adonovangopherbot
authored andcommitted
gopls/doc/features: tweak markdown
Previously the <a> seems to cause underlining of what follows; see https://github.com/golang/tools/blob/master/gopls/doc/features/diagnostics.md. This fix is kind of a stab in the dark. Change-Id: Ic552faae8d03b3d49c1a913ef7e3a145add5cfc4 Reviewed-on: https://go-review.googlesource.com/c/tools/+/651096 Auto-Submit: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent f0af81c commit 9f7a2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopls/doc/features/diagnostics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ build`. Gopls doesn't actually run the compiler; that would be too
5151

5252
There is an optional third source of diagnostics:
5353

54-
<a id='toggleCompilerOptDetails'/>
54+
<a id='toggleCompilerOptDetails'></a>
5555

5656
- **Compiler optimization details** are diagnostics that report
5757
details relevant to optimization decisions made by the Go

0 commit comments

Comments
 (0)