X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/7b4600df3f8b8c2112a8df6c018d64f04db1ebe8..819a31ed24cfb95da7e37a7524ecf0655e106903:/basewiki/helponformatting.mdwn diff --git a/basewiki/helponformatting.mdwn b/basewiki/helponformatting.mdwn index 4ef41d16f..9f7bcd9d1 100644 --- a/basewiki/helponformatting.mdwn +++ b/basewiki/helponformatting.mdwn @@ -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,7 +51,7 @@ To link to any other web page, or to an email address, you can just put the url ---- -Advanced users can use [[PostProcessorDirective]]s to do additional cool +Advanced users can use [[PreProcessorDirective]]s to do additional cool stuff. ----