X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/7eafd579b0a4928c6c451c19dffdaf9a5c421b7e..85566ff3a33298f16bd1102e6e011b85a8e8ea3d:/basewiki/helponformatting.mdwn?ds=sidebyside diff --git a/basewiki/helponformatting.mdwn b/basewiki/helponformatting.mdwn index 3b6258a7f..4e5661b16 100644 --- a/basewiki/helponformatting.mdwn +++ b/basewiki/helponformatting.mdwn @@ -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