summaryrefslogtreecommitdiff
path: root/oldtests/Code/IndentedCodeBlocks.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-07 22:35:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-07 22:35:19 -0700
commitbc5b7c288d29215c585db254a203889e0dea54e2 (patch)
tree92949654697de1b42a749e442ab4faae5544c311 /oldtests/Code/IndentedCodeBlocks.html
parenta411013e62cfc1e94fddbd6c217c5e6ad365b34f (diff)
Removed oldtests.
Diffstat (limited to 'oldtests/Code/IndentedCodeBlocks.html')
-rw-r--r--oldtests/Code/IndentedCodeBlocks.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/oldtests/Code/IndentedCodeBlocks.html b/oldtests/Code/IndentedCodeBlocks.html
deleted file mode 100644
index 0b9b7e7..0000000
--- a/oldtests/Code/IndentedCodeBlocks.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<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>