This commit is contained in:
Emanuil Rusev 2015-01-24 14:21:55 +02:00
parent 4d3079b908
commit e94ecf4adc
3 changed files with 8 additions and 5 deletions

View File

@ -736,8 +736,6 @@ class Parsedown
{
$Block['closed'] = true;
}
$Block['markup'] .= $matches[1];
}
if (isset($Block['interrupted']))

View File

@ -8,6 +8,8 @@ _content_
<p>paragraph</p>
<style type="text/css">
p {
color: red;
color: #789;
}
</style>
</style>
<div>
<a href="/">home</a></div>

View File

@ -12,6 +12,9 @@ paragraph
<style type="text/css">
p {
color: red;
color: #789;
}
</style>
<div>
<a href="/">home</a></div>