1<p>Preserve blank lines in code blocks with tabs:</p> 2<pre><code>a code block 3 4two tabbed lines 5 6 7three tabbed lines 8 9 10 11four tabbed lines 12 13 14 15 16five tabbed lines 17 18 19 20 21 22six tabbed lines 23 24 25 26 27 28 29End of tabbed block 30</code></pre> 31<p>And without tabs:</p> 32<pre><code>a code block 33 34two blank lines 35 36 37three blank lines 38 39 40 41four blank lines 42 43 44 45 46five blank lines 47 48 49 50 51 52six blank lines 53 54 55 56 57 58 59End of block 60</code></pre> 61<p>End of document</p>