strip tags
This commit is contained in:
parent
c2ca254ce6
commit
3f5ae8aa00
|
@ -65,6 +65,7 @@ class PostToLiaScriptShortcodeButton {
|
||||||
$html = $parsedown->text($content);
|
$html = $parsedown->text($content);
|
||||||
$converter = new HtmlConverter();
|
$converter = new HtmlConverter();
|
||||||
$markdown = $converter->convert($html);
|
$markdown = $converter->convert($html);
|
||||||
|
$markdown = strip_tags($markdown);
|
||||||
return $markdown;
|
return $markdown;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue