summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/para.txt
blob: 2355fa8172a959c19ff79b96c7bb81d46b30affb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- input --
Hello, world.
This is a paragraph.

-- gofmt --
Hello, world.
This is a paragraph.

-- text --
Hello, world. This is a paragraph.

-- markdown --
Hello, world. This is a paragraph.

-- html --
<p>Hello, world.
This is a paragraph.