Stripping html helps markdown display around images
This commit is contained in:
parent
d6a3e21f32
commit
9e65cf1a06
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class LBRY_Network_Parser
|
||||||
// COMBAK: Composer is not safe in a wordpress environment. May have to write our own package.
|
// COMBAK: Composer is not safe in a wordpress environment. May have to write our own package.
|
||||||
require_once LBRY_ABSPATH . 'vendor/autoload.php';
|
require_once LBRY_ABSPATH . 'vendor/autoload.php';
|
||||||
$this->converter = new HtmlConverter(array(
|
$this->converter = new HtmlConverter(array(
|
||||||
'strip_tags' => false
|
'strip_tags' => true
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue