let Textile parser use unrestricted mode to allow HTML for formatted text
This commit is contained in:
parent
d8845371e6
commit
48c1f1c730
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue