let Textile parser use unrestricted mode to allow HTML for formatted text

This commit is contained in:
oliver 2016-04-16 18:23:08 +02:00
parent 654ab74e3e
commit 98aedcc233

View file

@ -60,7 +60,7 @@
// Use Textile
\hhu\z\lib\Textile::load();
$textileParser = new \Netcarver\Textile\Parser('html5');
$string = $textileParser->textileRestricted($string, false, false);
$string = $textileParser->textileThis($string);
// Add link targets
$string = $this->tLinks($string);