]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/helponformatting.mdwn
* Added plugin system, currently only supporting for PreProcessorDirectives.
[ikiwiki.git] / basewiki / helponformatting.mdwn
index 4ef41d16fcb15b71437d86c21941a76bef76da00..9f7bcd9d13803bea69956c3cbfa6aac0cfe6ba4c 100644 (file)
@@ -38,7 +38,7 @@ To quote someone, prefix the quote with ">":
 > To be or not to be,
 > that is the question.
 
-To write a code block, indent each line with a tab:
+To write a code block, indent each line with a tab or 8 spaces:
 
        10 PRINT "Hello, world!"
        20 GOTO 10
@@ -51,7 +51,7 @@ To link to any other web page, or to an email address, you can just put the url
 
 ----
 
-Advanced users can use [[PostProcessorDirective]]s to do additional cool
+Advanced users can use [[PreProcessorDirective]]s to do additional cool
 stuff.
 
 ----