Your IP : 172.28.240.42


Current Path : /usr/local/go/src/go/doc/comment/testdata/
Upload File :
Current File : //usr/local/go/src/go/doc/comment/testdata/para.txt

-- 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.