updated README

This commit is contained in:
Daniel Seifert 2015-01-25 10:22:52 +01:00
parent d6826cd631
commit dd1d7bb735

View file

@ -9,10 +9,22 @@
The following macros are added: The following macros are added:
* {{note(text)}} * note
* {{tip(text)}} * tip
* {{important(text)}} * important
* {{warning(text)}} * warning
which can be used in one of three ways:
{{note(text with *wiki formatting*)}}
{{note
Alternately, you can put blocks of *wiki-formatted* text here.
}}
{{note(Or if you really want)
You can do both...
}}
This displays a block in the wiki page with a corresponding This displays a block in the wiki page with a corresponding
icon and the specified text. icon and the specified text.
@ -22,6 +34,8 @@ icon and the specified text.
The icons and the stylesheet were taken from the DokuWiki Note-Plugin ((c) Olivier The icons and the stylesheet were taken from the DokuWiki Note-Plugin ((c) Olivier
Cortès and others, http://www.dokuwiki.org/plugin:note (GPLv2)). Cortès and others, http://www.dokuwiki.org/plugin:note (GPLv2)).
For the contributors, please see the git commit log.
== License == License
This plugin is released under the GPLv2. This plugin is released under the GPLv2.