pandoc/src
John MacFarlane 598d3ee23b 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.
2014-08-31 12:55:47 -07:00
..
Text Markdown reader: better handling of paragraph in div. 2014-08-31 12:55:47 -07:00