aboutsummaryrefslogtreecommitdiffstats
path: root/tests/markdown-test/inline-html-simple.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/markdown-test/inline-html-simple.html')
-rw-r--r--tests/markdown-test/inline-html-simple.html24
1 files changed, 8 insertions, 16 deletions
diff --git a/tests/markdown-test/inline-html-simple.html b/tests/markdown-test/inline-html-simple.html
index df98803..cb10451 100644
--- a/tests/markdown-test/inline-html-simple.html
+++ b/tests/markdown-test/inline-html-simple.html
@@ -4,17 +4,13 @@
</div>
<p>This should be a code block, though:</p>
-<pre>
- <code>&lt;div&gt;
+<pre><code>&lt;div&gt;
foo
&lt;/div&gt;
-</code>
-</pre>
+</code></pre>
<p>As should this:</p>
-<pre>
- <code>&lt;div&gt;foo&lt;/div&gt;
-</code>
-</pre>
+<pre><code>&lt;div&gt;foo&lt;/div&gt;
+</code></pre>
<p>Now, nested:</p>
<div>
<div>
@@ -34,18 +30,14 @@ Blah
-->
<p>Code block:</p>
-<pre>
- <code>&lt;!-- Comment --&gt;
-</code>
-</pre>
+<pre><code>&lt;!-- Comment --&gt;
+</code></pre>
<p>Just plain comment, with trailing spaces on the line:</p>
<!-- foo -->
<p>Code:</p>
-<pre>
- <code>&lt;hr /&gt;
-</code>
-</pre>
+<pre><code>&lt;hr /&gt;
+</code></pre>
<p>Hr's:</p>
<hr>