Open lmachucab opened 4 years ago
I'm trying to update plugin divalign2 to make it compatible with the s5 renderer plugin. However, the main issue is that s5 does not load plugins' style.css files.
style.css
Demo: http://ryan.gulix.cl/tests.doku/dokuwiki-2016-06-26d/doku.php/divalign2?do=export_s5
Expected
link rel="stylesheet"
Observed
I figure out this affects not only s5 but also any other plugin that does styling.
I'm trying to update plugin divalign2 to make it compatible with the s5 renderer plugin. However, the main issue is that s5 does not load plugins'
style.css
files.Demo: http://ryan.gulix.cl/tests.doku/dokuwiki-2016-06-26d/doku.php/divalign2?do=export_s5
Expected
link rel="stylesheet"
for the divalign2 plugin.Observed
I figure out this affects not only s5 but also any other plugin that does styling.