Skip to content

Commit 0729362

Browse files
seankhliaogopherbot
authored andcommitted
present: reformat doc comment for lack of inline code
Fixes golang/go#58999 Change-Id: I65886cd5b80b022b038462b8040453feafaaf7b2 Reviewed-on: https://go-review.googlesource.com/c/tools/+/475975 Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> gopls-CI: kokoro <[email protected]> Reviewed-by: Russ Cox <[email protected]>
1 parent d4e66bd commit 0729362

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

present/doc.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,11 @@ There must be no spaces between markers. Within marked text,
200200
a single marker character becomes a space and a doubled single
201201
marker quotes the marker character.
202202
203-
Links can be included in any text with the form [[url][label]], or
204-
[[url]] to use the URL itself as the label.
203+
Links can be included in any text with either explicit labels
204+
or the URL itself as the label. For example:
205+
206+
[[url][label]]
207+
[[url]]
205208
206209
# Command Invocations
207210

0 commit comments

Comments
 (0)