You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
425 B
61 lines
425 B
<p>Preserve blank lines in code blocks with tabs:</p>
|
|
<pre><code>a code block
|
|
|
|
two tabbed lines
|
|
|
|
|
|
three tabbed lines
|
|
|
|
|
|
|
|
four tabbed lines
|
|
|
|
|
|
|
|
|
|
five tabbed lines
|
|
|
|
|
|
|
|
|
|
|
|
six tabbed lines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
End of tabbed block
|
|
</code></pre>
|
|
<p>And without tabs:</p>
|
|
<pre><code>a code block
|
|
|
|
two blank lines
|
|
|
|
|
|
three blank lines
|
|
|
|
|
|
|
|
four blank lines
|
|
|
|
|
|
|
|
|
|
five blank lines
|
|
|
|
|
|
|
|
|
|
|
|
six blank lines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
End of block
|
|
</code></pre>
|
|
<p>End of document</p> |