From: thepurpleblob
Date: Thu, 18 Sep 2003 12:57:49 +0000 (+0000)
Subject: Updated to reflect change in quote handling, and to document inline
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3b51e7816f81a053a2f2ee45d06909e70901780c;p=moodle.git
Updated to reflect change in quote handling, and to document inline
file linking (which was in code but not in help)
---
diff --git a/lang/en/help/wiki.html b/lang/en/help/wiki.html
index 5fb630ad24..e7cca1b1eb 100644
--- a/lang/en/help/wiki.html
+++ b/lang/en/help/wiki.html
@@ -75,7 +75,7 @@ cross lines. Codes are as follows...
-hello world- | hello world | Deleted or Strikethrough |
hello ~world~ | hello world | Subscript |
hello ^world^ | hello world | Superscript |
- "hello world" | hello world | Quoted |
+ "hello world" | “hello world” | Quoted |
%hello world% | hello world | Code or Monospaced |
@hello world@ | hello world | Cite |
@@ -112,6 +112,15 @@ the module name, you can link directly to that resource using the syntax:
for example, /mypics/graphic.jpg(Staff picture)
+Moodle File Links
+
+Very like Picture Links (above), this feature enables links to previously uploaded
+files to be placed in a wiki page. The syntax is:
+
+file:..path to file(link text)
+
+for example, file:/pdfs/moodle.pdf(Information About Moodle)
+
Automatic reformating
Many commonly used functions are converted into their XHTML equivalents automatically.. The main ones are as