mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
resolve #277
This commit is contained in:
parent
4d3079b908
commit
e94ecf4adc
@ -736,8 +736,6 @@ class Parsedown
|
|||||||
{
|
{
|
||||||
$Block['closed'] = true;
|
$Block['closed'] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
$Block['markup'] .= $matches[1];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($Block['interrupted']))
|
if (isset($Block['interrupted']))
|
||||||
|
@ -8,6 +8,8 @@ _content_
|
|||||||
<p>paragraph</p>
|
<p>paragraph</p>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
p {
|
p {
|
||||||
color: red;
|
color: #789;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<div>
|
||||||
|
<a href="/">home</a></div>
|
@ -12,6 +12,9 @@ paragraph
|
|||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
p {
|
p {
|
||||||
color: red;
|
color: #789;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="/">home</a></div>
|
Loading…
Reference in New Issue
Block a user