aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/creole.mdwn
blob: 4b0adb4f17bd00d19508c5ac1b7c4876e21c7f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!template id=plugin name=creole author="BerndZeimetz"]]
[[!tag type/format]]

This plugin allows ikiwiki to process pages written in
[WikiCreole](http://www.wikicreole.org/) format.
To use it, you need to have the [[!cpan Text::WikiCreole]] perl
module installed, enable the plugin, then files with the extention `.creole`
will be processed as creole.

The creole format is based on common elements across many different
wiki markup formats, so should be fairly easy to guess at. There is also a
[CheatSheet](http://www.wikicreole.org/wiki/CheatSheet).

Links are standard [[WikiLinks|ikiwiki/WikiLink]]. Links and
[[ikiwiki/directives]] inside `{{{ }}}` blocks are still expanded,
since this happens before the creole format is processed.