mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-02 19:32:35 +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'];
|
||||
$argument = $Element['text'];
|
||||
unset($Element['text']);
|
||||
$destination = 'rawHtml';
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user