aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/writer.html')
-rw-r--r--tests/writer.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/tests/writer.html b/tests/writer.html
index b0227e21b..e8e619f44 100644
--- a/tests/writer.html
+++ b/tests/writer.html
@@ -324,7 +324,6 @@ These should not be escaped: \$ \\ \&gt; \[ \{</code></pre>
<div>
foo
</div>
-
<p>And nested without indentation:</p>
<div>
<div>
@@ -336,7 +335,6 @@ foo
bar
</div>
</div>
-
<p>Interpreted markdown in a table:</p>
<table>
<tr>
@@ -353,10 +351,8 @@ And this is <strong>strong</strong>
<p>Here’s a simple block:</p>
<div>
-
foo
</div>
-
<p>This should be a code block, though:</p>
<pre><code>&lt;div&gt;
foo
@@ -365,14 +361,12 @@ foo
<pre><code>&lt;div&gt;foo&lt;/div&gt;</code></pre>
<p>Now, nested:</p>
<div>
- <div>
- <div>
-
+<div>
+<div>
foo
</div>
- </div>
</div>
-
+</div>
<p>This should just be an HTML comment:</p>
<!-- Comment -->