1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Added tests for consistency when a markdown follows a markup without blank line.

This commit is contained in:
Daniel Berthereau
2017-06-19 00:00:00 +02:00
parent 728952b90a
commit be963a6531
13 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
<div>Markup</div>
<p><em>No markdown</em> without blank line if strict compliance, but <strong>main</strong> processors convert it.</p>
<p><strong>Markdown</strong></p>