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

     1  {"TextPrefix":"|", "TextCodePrefix": "@"}
     2  -- input --
     3  Hello, world
     4   Code block here.
     5  -- gofmt --
     6  Hello, world
     7  
     8  	Code block here.
     9  -- text --
    10  |Hello, world
    11  |
    12  @Code block here.
    13  

View as plain text