mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-03 03:42:38 +02:00
Must unset text key so that our destination is preferred as content
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user