diff options
author | http://nikolai.prokoschenko.de/ <http://nikolai.prokoschenko.de/@web> | 2008-09-08 10:39:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-09-08 10:39:00 -0400 |
commit | e9f86458bc4966ed92cf8bdf256b393aa641530f (patch) | |
tree | e70498fa7b46d5c14afb432bfddbecf9e1b733f1 /doc/plugins | |
parent | 8b28a0c20bd313bd07e62e7585d54b6f1826508f (diff) |
Why was this broken in first place?
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write/tutorial.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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. |