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

improve CommonMark compliance

This commit is contained in:
Emanuil Rusev
2014-12-15 00:52:03 +02:00
parent 4c24e68b42
commit 361febf7c6
2 changed files with 43 additions and 12 deletions

View File

@ -124,11 +124,11 @@ MARKDOWN_WITH_MARKUP;
</div>
&lt;/div&gt;</p>
<p>paragraph</p>
<p>&lt;style type="text/css"&gt;</p>
<pre><code>p {
color: red;
}</code></pre>
<p>&lt;/style&gt;</p>
<p>&lt;style type="text/css"&gt;
p {
color: red;
}
&lt;/style&gt;</p>
<p>comment</p>
<p>&lt;!-- html comment --&gt;</p>
EXPECTED_HTML;