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

     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.
    18  

View as plain text