• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

README.mdH A D27-Apr-20211.6 KiB3828

plugin.info.txtH A D27-Apr-2021288 87

syntax.phpH A D27-Apr-20212.6 KiB11345

README.md

1# Allow Indentation Plugin for DokuWiki
2
3Allow using an indentation in wiki text and disable rendering indented blocks as
4a preformatted text.
5
6Documentation and examples for this plugin can be found at Dokuwiki plugin
7page:
8[plugin:allowindentation](https://www.dokuwiki.org/plugin:allowindentation).
9
10If you install this plugin manually, make sure it is installed in
11lib/plugins/allowindentation/ - if the folder is called different it will not
12work!
13
14Please refer to http://www.dokuwiki.org/plugins for additional info on how to
15install plugins in DokuWiki.
16
17----
18
19Copyright (C) Lisin Dmitriy <mrlisdim@gmail.com>
20
21Permission is hereby granted, free of charge, to any person obtaining a copy of
22this software and associated documentation files (the "Software"), to deal in
23the Software without restriction, including without limitation the rights to
24use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
25of the Software, and to permit persons to whom the Software is furnished to do
26so, subject to the following conditions:
27
28The above copyright notice and this permission notice shall be included in all
29copies or substantial portions of the Software.
30
31THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37SOFTWARE.
38