From c873f7e70261e918b83689971b73080fe43815aa Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 22 Sep 2018 14:15:30 +0200 Subject: Revert "Fix PHP Warning: DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity" This reverts commit 184928204a264b231814b46ef294ef185dc0cdae --- include/markdown.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/markdown.php') diff --git a/include/markdown.php b/include/markdown.php index 0d810764f..e5f5b9369 100644 --- a/include/markdown.php +++ b/include/markdown.php @@ -295,8 +295,6 @@ function bb_to_markdown($Text, $options = []) { */ function html2markdown($html,$options = []) { $markdown = ''; - - $html = htmlspecialchars($html); $environment = Environment::createDefaultEnvironment($options); $environment->addConverter(new TableConverter()); -- cgit v1.2.3