]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/write/tutorial.mdwn
Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix
[git.ikiwiki.info.git] / doc / plugins / write / tutorial.mdwn
index cc2b33a571f1c41e2ee7e188237cddf7d20a9b95..5b810a18faea4f6460635fcd7e06f58bce56ac57 100644 (file)
@@ -139,7 +139,7 @@ Ok, one more enhancement. Just incrementing the numbers is pretty boring.
 It would be nice to be able to jump directly to a given point in the
 sequence:
 
-       \[[fib seed=20]], [[!fib ]], [[!fib ]]
+       \[[!fib seed=20]], [[!fib ]], [[!fib ]]
 
 Just insert these lines of code inside `preprocess`, in the appropriate
 spot: