]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/creole.mdwn
more details on ikiwiki directives
[ikiwiki.git] / doc / plugins / creole.mdwn
index c6491f754392090dff7b2a08e4883aa9afa085c9..6961e8d1d2e7755898c893b0d7032d17fa697f94 100644 (file)
@@ -13,4 +13,10 @@ wiki markup formats, so should be fairly easy to guess at. There is also a
 
 Links are standard [[WikiLinks|ikiwiki/WikiLink]]. Links and
 [[directives|ikiwiki/directive]] inside `{{{ }}}` blocks are still expanded,
-since this happens before the creole format is processed.
+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]].
+
+