diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-31 12:55:47 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-31 12:55:47 -0700 |
commit | 598d3ee23b708634ac8526cdc03291f17803eb2a (patch) | |
tree | 6e036cc26c8bf3e5d58982d21dc6bbfa72ce8c9d /tests/writer.context | |
parent | 6cf9ab78554cdf0a854a26a9386265653c7519ad (diff) | |
download | pandoc-598d3ee23b708634ac8526cdc03291f17803eb2a.tar.gz |
Markdown reader: better handling of paragraph in div.
Previously text that ended a div would be parsed as Plain
unless there was a blank line before the closing div tag.
Test case:
<div class="first">
This is a paragraph.
This is another paragraph.
</div>
Closes #1591.
Diffstat (limited to 'tests/writer.context')
-rw-r--r-- | tests/writer.context | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/writer.context b/tests/writer.context index 0c5024d89..244463f93 100644 --- a/tests/writer.context +++ b/tests/writer.context @@ -548,6 +548,7 @@ foo And nested without indentation: foo + bar Interpreted markdown in a table: @@ -556,6 +557,7 @@ And this is {\bf strong} Here's a simple block: foo + This should be a code block, though: \starttyping |