]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/creole.mdwn
c6491f754392090dff7b2a08e4883aa9afa085c9
[git.ikiwiki.info.git] / doc / plugins / creole.mdwn
1 [[!template id=plugin name=creole author="BerndZeimetz"]]
2 [[!tag type/format]]
4 This plugin allows ikiwiki to process pages written in
5 [WikiCreole](http://www.wikicreole.org/) format.
6 To use it, you need to have the [[!cpan Text::WikiCreole]] perl
7 module installed, enable the plugin, then files with the extention `.creole`
8 will be processed as creole.
10 The creole format is based on common elements across many different
11 wiki markup formats, so should be fairly easy to guess at. There is also a
12 [CheatSheet](http://www.wikicreole.org/wiki/CheatSheet).
14 Links are standard [[WikiLinks|ikiwiki/WikiLink]]. Links and
15 [[directives|ikiwiki/directive]] inside `{{{ }}}` blocks are still expanded,
16 since this happens before the creole format is processed.