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

     1  -- input --
     2  Text.
     3  
     4  	A tab-indented
     5  	(no, not eight-space indented)
     6  	code block and haiku.
     7  
     8  More text.
     9  -- gofmt --
    10  Text.
    11  
    12  	A tab-indented
    13  	(no, not eight-space indented)
    14  	code block and haiku.
    15  
    16  More text.
    17  -- markdown --
    18  Text.
    19  
    20  	A tab-indented
    21  	(no, not eight-space indented)
    22  	code block and haiku.
    23  
    24  More text.
    25  -- html --
    26  <p>Text.
    27  <pre>A tab-indented
    28  (no, not eight-space indented)
    29  code block and haiku.
    30  </pre>
    31  <p>More text.
    32  

View as plain text