]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/helponformatting.mdwn
web commit by joey
[ikiwiki.git] / basewiki / helponformatting.mdwn
index 545148e864323492e0edef0e75e3727018423513..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,4 +51,9 @@ To link to any other web page, or to an email address, you can just put the url
 
 ----
 
+Advanced users can use [[PreProcessorDirective]]s to do additional cool
+stuff.
+
+----
+
 This style of text formatting is called [[MarkDown]].