]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/helponformatting.mdwn
web commit by joey
[ikiwiki.git] / basewiki / helponformatting.mdwn
index 286946169d21b58271f155847f8a514fa0f63c72..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