You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is issue with this plugin in combination with the bootstrap3 tpl: It looks like the html source code generated by the plugin does not passed through the transformation functions of the template.
Im not sure whats the best way to fix this issue and which module (dokuwiki core, this plugin, the bootstrap3 tpl) is actually responsible for this behaviour...
It looks like other people fixed this issue by adding new options to the wiki markup, compare #198 .
The text was updated successfully, but these errors were encountered:
There is issue with this plugin in combination with the bootstrap3 tpl: It looks like the html source code generated by the plugin does not passed through the transformation functions of the template.
My current workaround is to replicate the table styles generation from https://github.com/LotarProject/dokuwiki-template-bootstrap3/blob/master/tpl_functions.php#L1774-L1784 in the plugin, compare voc@31dca63
Im not sure whats the best way to fix this issue and which module (dokuwiki core, this plugin, the bootstrap3 tpl) is actually responsible for this behaviour...
It looks like other people fixed this issue by adding new options to the wiki markup, compare #198 .
The text was updated successfully, but these errors were encountered: