1
0
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:
Aidan Woods
2018-04-12 21:10:09 +01:00
parent 8091e5586a
commit b75fd409ff

View File

@@ -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