mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Must unset text key so that our destination is preferred as content
This commit is contained in:
parent
8091e5586a
commit
b75fd409ff
@ -1585,6 +1585,7 @@ class Parsedown
|
|||||||
{
|
{
|
||||||
$function = $Element['handler'];
|
$function = $Element['handler'];
|
||||||
$argument = $Element['text'];
|
$argument = $Element['text'];
|
||||||
|
unset($Element['text']);
|
||||||
$destination = 'rawHtml';
|
$destination = 'rawHtml';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user