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

     1  # Pre
     2  
     3  ##
     4  
     5  Pre with tab:
     6  
     7  	code block
     8  	on two lines
     9  
    10  Text with space:
    11  
    12   now a text 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>code block
    28  on two lines
    29  </code></pre>
    30  <p>Text with space:</p>
    31  <p>now a text block
    32  on two lines</p>
    33  <p>Pre with blank line:</p>
    34  <pre><code>before
    35  
    36  after
    37  </code></pre>
    38  <p>EOF</p>
    39  </section>