...

Text file src/golang.org/x/tools/present/testdata/pre.p

Documentation: golang.org/x/tools/present/testdata

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

View as plain text