X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2f33f294d95def3c50a467c5b5b9c5f5cae9e5fb..36f5e63d7310495f0997b95f8058c3c518a1341d:/doc/plugins/creole.mdwn diff --git a/doc/plugins/creole.mdwn b/doc/plugins/creole.mdwn index ed347e2c5..6961e8d1d 100644 --- a/doc/plugins/creole.mdwn +++ b/doc/plugins/creole.mdwn @@ -12,5 +12,11 @@ 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/PreProcessorDirectives]] inside `{{{ }}}` blocks are still expanded, -since this happens before the creole format is processed. +[[directives|ikiwiki/directive]] inside `{{{ }}}` blocks are still expanded, +since this happens before the creole format is processed. (You need to escape +them manually, via \\\[[directives]], the ~ escaping of creole doesn't work on +this.) + +The standard ikiwiki [[WikiLinks|ikiwiki/WikiLink]] is almost the same as Creole link, except that creole uses \[[pagename|description]] while ikiwiki uses \[[description|pagename]]. + +