]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/creole.mdwn
Escape HTML in Atom feed metadata rather than treating it as XHTML
[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 [[PreProcessorDirectives]] inside `{{{ }}}` blocks are still expanded,
16 since this happens before the creole format is processed.