]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Why was this broken in first place?
authorhttp://nikolai.prokoschenko.de/ <http://nikolai.prokoschenko.de/@web>
Mon, 8 Sep 2008 14:39:00 +0000 (10:39 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 8 Sep 2008 14:39:00 +0000 (10:39 -0400)
doc/plugins/write/tutorial.mdwn

index 2823c47b79047297fdbc417df99b34b91c2e2799..977849cf2f0573560ca8adf0b5aaa54075b29a0c 100644 (file)
@@ -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.