summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/link5.txt
blob: b4fb5889f47dca450da55ccf5b76850ad4a56640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
-- input --
See the [Go home page] and the [pkg
site].

[Go home page]: https://go.dev/
[pkg site]: https://pkg.go.dev
[Go home page]: https://duplicate.ignored

They're really great!

-- gofmt --
See the [Go home page] and the [pkg
site].

They're really great!

[Go home page]: https://go.dev/
[pkg site]: https://pkg.go.dev

[Go home page]: https://duplicate.ignored

-- text --
See the Go home page and the pkg site.

They're really great!

[Go home page]: https://go.dev/
[pkg site]: https://pkg.go.dev
-- markdown --
See the [Go home page](https://go.dev/) and the [pkg site](https://pkg.go.dev).

They're really great!
-- html --
<p>See the <a href="https://go.dev/">Go home page</a> and the <a href="https://pkg.go.dev">pkg
site</a>.
<p>They&apos;re really great!