]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/helponformatting.mdwn
web commit by EfraimFeinstein: test display of Hebrew text
[ikiwiki.git] / basewiki / helponformatting.mdwn
index 545148e864323492e0edef0e75e3727018423513..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,4 +51,12 @@ To link to any other web page, or to an email address, you can just put the url
 
 ----
 
+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]].