1-- input -- 2This is an italicword and a linkedword and Unicöde. 3-- gofmt -- 4This is an italicword and a linkedword and Unicöde. 5-- text -- 6This is an italicword and a linkedword and Unicöde. 7-- markdown -- 8This 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.