Skip to content

Commit

Permalink
Merge f96f857 into b768ada
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPetovan committed Dec 26, 2019
2 parents b768ada + f96f857 commit ef42cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Converter/TextConverter.php
Expand Up @@ -35,7 +35,7 @@ public function convert(ElementInterface $element)
}
}

return $markdown;
return htmlentities($markdown, ENT_QUOTES, 'UTF-8');
}

/**
Expand Down

0 comments on commit ef42cc3

Please sign in to comment.