...

Text file src/go/doc/comment/testdata/para.txt

Documentation: go/doc/comment/testdata

     1-- input --
     2Hello, world.
     3This is a paragraph.
     4
     5-- gofmt --
     6Hello, world.
     7This is a paragraph.
     8
     9-- text --
    10Hello, world. This is a paragraph.
    11
    12-- markdown --
    13Hello, world. This is a paragraph.
    14
    15-- html --
    16<p>Hello, world.
    17This is a paragraph.

View as plain text