Sign in
go
/
go.git
/
refs/heads/master
/
.
/
src
/
go
/
doc
/
comment
/
testdata
/
para.txt
blob: 2355fa8172a959c19ff79b96c7bb81d46b30affb [
file
] [
log
] [
blame
] [
edit
]
-- 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.