]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/helponformatting.mdwn
* Add ikiwiki-mass-rebuild script, ripped out of the postinst.
[ikiwiki.git] / basewiki / helponformatting.mdwn
index 4ef41d16fcb15b71437d86c21941a76bef76da00..a34f201445eea5f20bb313ec55af1955a4f44822 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
@@ -51,9 +51,12 @@ 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.
 
+Also, if the smiley plugin is enabled in your wiki, you can insert
+[[smileys]] and some other useful symbols.
+
 ----
 
 This style of text formatting is called [[MarkDown]].