Table of Contents

headernofloat Plugin

Compatible with DokuWiki

Weatherwax

plugin Display header right beside an image

Last updated on
2013-10-29
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with header

By lisps

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Examples/Usage

{{:wiki:dokuwiki-128.png?150 |}} 
###### Headline 1 ######
txt txt txt txt txt txt txt txt txt txt txt 
##### Headline 2 #####
txt txt txt txt txt txt txt txt txt txt 

Syntax

Replace the ='s with #'s

Development

:!: I only get this work with using JavaScript. So when JavaScript is turned of this won't work.

Change Log

Known Bugs and Issues

ToDo/Wish List

FAQ

Discussion

No plugin needed

You can do the same by simply adding the following to your userstyles:

.dokuwiki h1,
.dokuwiki h2,
.dokuwiki h3,
.dokuwiki h4,
.dokuwiki h5{
    clear: none;
}

Anika Henke 2013/11/02 22:40