X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/d6fd1f1cc878b5dffdfae30f6dfee77c235c438e..2d989db76ae10552dc7406b23a9aceda167f4b1c:/doc/plugins/creole.mdwn diff --git a/doc/plugins/creole.mdwn b/doc/plugins/creole.mdwn index 4b0adb4f1..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/directives]] 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]]. + +