Clears the floating of elements, for example images, by inserting ''<div class="clearer"></div>''
Compatible with DokuWiki
> 2009-02-14, 2008-05-05
Similar to wrap
If you're looking for a multipurpose plugin which also provides the functionality of this plugin I highly recommend to have a look at the wrap plugin
| Download | plugin-clearfloat.tgz |
|---|---|
| Github URL | http://github.com/chimeric/dokuwiki-plugin-clearfloat |
Download the archive and unpack it into <dokuwiki>/lib/plugins.
The plugin can be also installed via git.
% cd <dokuwiki>/lib/plugins % git clone git://github.com/chimeric/dokuwiki-plugin-clearfloat.git clearfloat
The syntax is as follows:
~~CLEARFLOAT~~
or as of 2007-01-08:
~~CL~~
NOTE: The image must have a leading/trailing space so it floats, other wise this has no effect. The demo page shows this.
You can see the plugin in action here.
A complete changelog is available here.
Can't help me, but seems not to work (i.e. the demo shows the ~CL~ quote and the “text which should not float” is floating)