summaryrefslogtreecommitdiff
path: root/TWiki/WikiSyntax.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2000-07-01 05:11:03 +0000
committerPeter Thoeny <web-hurd@gnu.org>2000-07-01 05:11:03 +0000
commit50b20965f7711b6ac6f288d45f159871dd397b48 (patch)
tree43a4da13deb98bbe5c26447090ba8908d31861b3 /TWiki/WikiSyntax.mdwn
parent047b76de7f4c06dc009b0e9d8a705702ec7325b7 (diff)
none
Diffstat (limited to 'TWiki/WikiSyntax.mdwn')
-rw-r--r--TWiki/WikiSyntax.mdwn31
1 files changed, 31 insertions, 0 deletions
diff --git a/TWiki/WikiSyntax.mdwn b/TWiki/WikiSyntax.mdwn
new file mode 100644
index 00000000..04d4ed4f
--- /dev/null
+++ b/TWiki/WikiSyntax.mdwn
@@ -0,0 +1,31 @@
+Separate each paragraph with a blank line.
+
+To display a word or phrase in **bold type** , surround it by asterisks.
+
+To display a word or phrase in _italic_ , surround it by underscores.
+
+To display a word or phrase in **_bold italic_** , surround it by double underscores.
+
+To link to another Wiki topic, type the [[WikiWord]] for that topic. (To link to a Wiki topic in another web type the name of the web, a dot and the WikiWord for that topic, i.e. <code>Test.WebHome</code> )
+
+If you add a [[WikiWord]] for a topic that does not yet exist, you'll see a question mark after it, prompting you (or someone else) to edit the new topic. After that has been done, the WikiWord will be automatically recognized as a link to the new Wiki page.
+
+For an external hyperlink, just type the URL ( starting with `http://` ).
+
+* Start a bullet point with space-space-space-asterisk-space.
+ * Use a multiple of 3 spaces to start nested bullets.
+
+1. Start items in a numbered list with space-space-space-1-space.
+2. (The "1" will be replaced by the correct number).
+
+To include an image inline, just type its URL. You also can attach an image to the page and display it with text <code>%ATTACHURL%/imagefile.jpg</code> .
+
+To display a word or phrase in `MONOSPACED TYPE` , surround it by '=' characters.
+
+<pre> Surround code excerpts and other<br /> formatted text with<br /> &amp;lt;pre&amp;gt; and &amp;lt;/pre&amp;gt; tags.</pre>
+
+Use five consecutive hyphens for a horizontal rule.
+
+To see the markup for any page, click on "Edit" at the bottom of the page.
+
+See [[TextFormattingRules]] for more detail.