none
[openafs-wiki.git] / TWiki / WikiSyntax.mdwn
1 Separate each paragraph with a blank line.
2
3 To display a word or phrase in **bold type** , surround it by asterisks.
4
5 To display a word or phrase in _italic_ , surround it by underscores.
6
7 To display a word or phrase in **_bold italic_** , surround it by double underscores.
8
9 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. `Test.WebHome` )
10
11 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.
12
13 For an external hyperlink, just type the URL ( starting with `http://` ).
14
15 - Start a bullet point with space-space-space-asterisk-space.
16   - Use a multiple of 3 spaces to start nested bullets.
17
18 1. Start items in a numbered list with space-space-space-1-space.
19 2. (The "1" will be replaced by the correct number).
20
21 To include an image inline, just type its URL. You also can attach an image to the page and display it with text `%ATTACHURL%/imagefile.jpg` .
22
23 To display a word or phrase in `MONOSPACED TYPE` , surround it by '=' characters.
24
25 <pre>   Surround code excerpts and other<br />  formatted text with<br />       &lt;pre&gt; and &lt;/pre&gt; tags.</pre>
26
27 Use five consecutive hyphens for a horizontal rule.
28
29 To see the markup for any page, click on "Edit" at the bottom of the page.
30
31 See [[TextFormattingRules]] for more detail.