summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/link.txt
blob: 551e3065ce79add68ec539de1e981334ae423dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- input --
The Go home page is https://go.dev/.
It used to be https://golang.org.

-- gofmt --
The Go home page is https://go.dev/.
It used to be https://golang.org.

-- text --
The Go home page is https://go.dev/. It used to be https://golang.org.

-- markdown --
The Go home page is [https://go.dev/](https://go.dev/). It used to be [https://golang.org](https://golang.org).

-- html --
<p>The Go home page is <a href="https://go.dev/">https://go.dev/</a>.
It used to be <a href="https://golang.org">https://golang.org</a>.