1
0
mirror of https://github.com/golang/go synced 2024-11-05 22:36:10 -07:00
go/present/testdata/pre.p

38 lines
354 B
OpenEdge ABL
Raw Normal View History

Pre
*
Pre with tab:
code block
on two lines
Pre with space:
code block
on two lines
Pre with blank line:
before
after
EOF
---
<h1>Pre</h1>
<section>
<p>Pre with tab:</p>
<pre>code block
on two lines</pre>
<p>Pre with space:</p>
<pre>code block
on two lines</pre>
<p>Pre with blank line:</p>
<pre>before
after</pre>
<p>EOF</p>
</section>