Sign in
go
/
go.git
/
96e4e2b1616c3c59577d48abcf2823bf1fdcd2e2
/
.
/
src
/
go
/
doc
/
comment
/
testdata
/
text9.txt
blob: 07a64aa2276a96b24a9ca5794020d30201f4700b [
file
]
{"TextPrefix":"|", "TextCodePrefix": "@"}
-- input --
Hello, world
Code block here.
-- gofmt --
Hello, world
Code block here.
-- text --
|Hello, world
|
@Code block here.