X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/7eafd579b0a4928c6c451c19dffdaf9a5c421b7e..3b42bd84ca352082489d658cad7debd4b0ef2f8a:/basewiki/helponformatting.mdwn 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