]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/helponformatting.mdwn
* Don't fail syntax check if Text::Typography isn't installed.
[ikiwiki.git] / basewiki / helponformatting.mdwn
index 3b6258a7f1bd8ce9e8c0f127caa454e5daa14184..4e5661b165f20be4d0b55e0f7eaa1d4b0c97c1d6 100644 (file)
@@ -40,7 +40,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 or 8 spaces:
+To write a code block, indent each line with a tab or 4 spaces:
 
        10 PRINT "Hello, world!"
        20 GOTO 10