` HTML, enable raw HTML rendering:
In `conf/local.php`:
$conf['htmlok'] = 1;
And make sure your user account has permission to use raw HTML.
===== Development =====
The source code is available at:
* GitHub: [https://github.com/example/dokuwiki-plugin-pagecss](https://github.com/dwightmulcahy/dokuwiki-plugin-pagecss)
=== Changelog ===
{{rss>https://github.com/dwightmulcahy/dokuwiki-plugin-pagecss/commits/main.atom date 8}}
=== Known Bugs and Issues ===
* Wrap class generation duplicates entire blocks — can be optimized
* No validation on CSS (invalid styles will be silently injected)
=== ToDo/Wish List ===
* Add support for per-namespace CSS
* Option to minify output CSS
* Admin option to disable raw `
` styling
===== FAQ =====
**Q:** Does this plugin affect other pages?\\
**A:** No. The CSS is injected only into the page that includes the `` block.
**Q:** Do I need the Wrap plugin?\\
**A:** No, but if you use Wrap syntax, this plugin ensures your styles apply to `.wrap_*` classes automatically.
**Q:** What if I use the same class name on two pages?\\
**A:** That's fine — each page injects its own CSS. There’s no global conflict.