summaryrefslogtreecommitdiff
path: root/oldtests/Code/IndentedCodeBlocks.html
blob: 0b9b7e708a459f031c8b37aa658de705264822e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<p>Indented code with two space indent in first and last line:</p>
<pre><code>  two spaces *hello*
{ more }

  and
</code></pre>
<p>Indented code requires a leading/trailing blank line:
quick-command --option &quot;$*&quot;</p>
<p>Indented code does not require a trailing blank line:</p>
<pre><code>code
</code></pre>
<p>and not code.</p>
<p>Code in blockquote:</p>
<blockquote>
<pre><code>code
</code></pre>
</blockquote>
<p>Code in list:</p>
<ol>
<li><pre><code>code
</code></pre></li>
</ol>