summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/words.txt
blob: 63c7e1a1b2b44a32e5c4ecf0f9fcd9cbe0e1733f (plain)
1
2
3
4
5
6
7
8
9
10
-- 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.