github.com/lovishpuri/go-40569/src@v0.0.0-20230519171745-f8623e7c56cf/go/doc/comment/testdata/words.txt (about)

     1  -- input --
     2  This is an italicword and a linkedword and Unicöde.
     3  -- gofmt --
     4  This is an italicword and a linkedword and Unicöde.
     5  -- text --
     6  This is an italicword and a linkedword and Unicöde.
     7  -- markdown --
     8  This is an *italicword* and a [*linkedword*](https://example.com/linkedword) and Unicöde.
     9  -- html --
    10  <p>This is an <i>italicword</i> and a <a href="https://example.com/linkedword"><i>linkedword</i></a> and Unicöde.