golang.org/x/tools@v0.21.0/present/testdata/pre.p (about)

     1  Pre
     2  
     3  *
     4  
     5  Pre with tab:
     6  
     7  	code block
     8  	on two lines
     9  
    10  Pre with space:
    11  
    12   code block
    13   on two lines
    14  
    15  Pre with blank line:
    16  
    17  	before
    18  
    19  	after
    20  
    21  EOF
    22  
    23  ---
    24  <h1>Pre</h1>
    25  <section>
    26  <p>Pre with tab:</p>
    27  <pre>code block
    28  on two lines</pre>
    29  <p>Pre with space:</p>
    30  <pre>code block
    31  on two lines</pre>
    32  <p>Pre with blank line:</p>
    33  <pre>before
    34  
    35  after</pre>
    36  <p>EOF</p>
    37  </section>