Stripping html helps markdown display around images

This commit is contained in:
Thomas Zarebczan 2020-04-01 12:47:29 -04:00 committed by GitHub
parent d6a3e21f32
commit 9e65cf1a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ class LBRY_Network_Parser
// COMBAK: Composer is not safe in a wordpress environment. May have to write our own package.
require_once LBRY_ABSPATH . 'vendor/autoload.php';
$this->converter = new HtmlConverter(array(
'strip_tags' => false
'strip_tags' => true
));
}