aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.html
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-08-18 14:36:40 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-08-18 14:36:40 -0700
commit8d441af3da4709fd48a44e860d5a0cd4d35792af (patch)
tree2592fa03c4923df4723ac487c89bbe1cb0558607 /tests/writer.html
parent3117c668a7d245689bfc291d5d9a64cb3178b52c (diff)
downloadpandoc-8d441af3da4709fd48a44e860d5a0cd4d35792af.tar.gz
Adjusted writers and tests for change in parsing of div/span.
Textile, MediaWiki, Markdown, Org, RST will emit raw HTML div tags for divs. Otherwise Div and Span are "transparent" block containers.
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 -->