]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/write/tutorial.mdwn
Why was this broken in first place?
[ikiwiki.git] / 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.