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