Open fanfar opened 9 years ago
Is it possible to use tables?
My whitelisting tags: table,tr,td,b,u Instead of HTML I see: [table][tr][td][/td][td][/td][td][/td][/tr][tr][td][/td][td][/td][td][/td][/tr][/table] bold and underline work OK
To use tables you should add a tableFilter.
in Plugin.php after line
Plugin.php
$code->addFilter(new \Decoda\Filter\ImageFilter());
add line:
$code->addFilter(new \Decoda\Filter\TableFilter());
Is it possible to use tables?
My whitelisting tags: table,tr,td,b,u Instead of HTML I see: [table][tr][td][/td][td][/td][td][/td][/tr][tr][td][/td][td][/td][td][/td][/tr][/table] bold and underline work OK