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/words.txt

-- input --
This is an italicword and a linkedword and Unicöde.
-- gofmt --
This is an italicword and a linkedword and Unicöde.
-- text --
This is an italicword and a linkedword and Unicöde.
-- markdown --
This is an *italicword* and a [*linkedword*](https://example.com/linkedword) and Unicöde.
-- html --
<p>This is an <i>italicword</i> and a <a href="https://example.com/linkedword"><i>linkedword</i></a> and Unicöde.