1# DokuWiki Prespan plugin
2
3A plugin for [DokuWiki](https://www.dokuwiki.org/) which allows users create text
4spans which preserve spaces.
5
6## Usage
7
8When you have it installed, use the following syntax ```<prespan>text</prespan>```.
9Between the ```<prespan>``` tags other formatting is allowed. That means you
10e.g. could create a underlined text span with preserved space by writing
11```<prespan>__text__</prespan>```.
12
13## Limitations
14
15None.
16
17## Download / Installation
18
19 See [DokuWiki's plugin page](https://www.dokuwiki.org/plugin:prespan)
20
21Alternatively
22 1. Download plugin/repo archive
23 2. Installing the plugin:
24    * You can either extract the archive into the ```lib/plugins``` directory or
25    * Load the admin page, go to the Extension Manager and enter the URL of the plugin under Manual Install.
26
27## Authors
28
29 The plugin has been written by LarsDW223.
30
31## License
32
33This plugin is open-source and licensed under the GNU GPL v.2.
34