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

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