From: http://nikolai.prokoschenko.de/ Date: Mon, 8 Sep 2008 14:39:00 +0000 (-0400) Subject: Why was this broken in first place? X-Git-Tag: 2.63~4 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/e9f86458bc4966ed92cf8bdf256b393aa641530f Why was this broken in first place? --- diff --git a/doc/plugins/write/tutorial.mdwn b/doc/plugins/write/tutorial.mdwn index 2823c47b7..977849cf2 100644 --- a/doc/plugins/write/tutorial.mdwn +++ b/doc/plugins/write/tutorial.mdwn @@ -5,7 +5,7 @@ What should the plugin do? Let's make it calculate and output the Fibonacci sequence. To output the next number in the sequence, all a user has to do is write this on a wiki page: - [[!fib]] + \[[!fib]] When the page is built, the [[ikiwiki/directive]] will be replaced by the next number in the sequence.