]> sipb.mit.edu Git - ikiwiki.git/commitdiff
linkify
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 3 May 2008 17:32:28 +0000 (13:32 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 3 May 2008 17:32:28 +0000 (13:32 -0400)
doc/plugins/write/tutorial.mdwn

index 6675fe7137db35f7aa2c49f3053a367ab902ac70..8b12fd183c01f1bec27b37bb549bf06f34a1d1be 100644 (file)
@@ -7,8 +7,8 @@ is write this on a wiki page:
 
        [[fib ]]
 
-When the page is built, the inclusion will be replaced by the next number in the
-sequence.
+When the page is built, the [[ikiwiki/PreProcessorDirective]] will be
+replaced by the next number in the sequence.
 
 Most of ikiwiki's plugins are written in Perl, and it's currently easiest
 to write them in Perl. So, open your favorite text editor and start