1# DokuWiki Plugin Ad-Hoc Wrap 2 3This is an attempt of re-creating some parts of the Wrap plugin on top of the [Ad-Hoc Tags](https://github.com/saschaleib/dokuwiki-plugin-adhoctags) plugin. It is still under development. 4 5Features include: 6* implements the `<WRAP…`, `<wrap…`, `<inline…` and `<block…` tags to be compatible with Wrap's implementation (note that `<div…` and `<span…` are already provided by *Ad-Hoc Tags*). 7* Adds many useful CSS classes, most of which replicate similar classes from Wrap: 8 * Block-notifications like `box`, `tip`, `important`, `alert`, `help`, `download` and `todo`. 9 * Also for inline-blocks 10 * Showing a more modern style and icons 11* Text and marker colour classes 12* Grid layout elements, allowing more complex table-like layouts. 13* Support for RTL page layouts 14* Support for Dark Mode (specific for the [Ad-Hominem Template](https://github.com/saschaleib/dokuwiki-template-ad-hominem)) 15 16 17More information and examples on the [Demo Webpage](https://fallacies.online/wiki/playground/adhocplugins). 18