none
[openafs-wiki.git] / TWiki / TextFormattingRules.mdwn
1 It is easy to collaborate, just type your text. You don't need to know HTML at all, though you can use it if you prefer. Links to topics will be created automatically as long as you follow these simple Text Formatting Rules. [[TextFormattingFAQ]] has answers to frequently asked questions about text formatting.
2
3 **LINKS**
4
5 The Collaborative Work Area is a bunch of related links that are editable through your web browser.
6
7 The TWiki web has the following types of internal links:
8
9 - [[GoodStyle]] is a topic that is part of the current TWiki web.
10 - [[NotExistingYet]] is a topic waiting to be written. You could create that topic by clicking on the question mark. (Do not create that topic, you would wreck this example!)
11 - [[ReadmeFirst]] is a topic in a different TWiki web. (You write it as _Web.TopicName_ , but it will show up as _TopicName_ )
12
13 External links:
14
15 - `http://...`, `https://...`, `ftp://...` and `mailto:...@...` are linked automatically.
16 - Email addresses like <code> <name@domain.com> </code> are linked automatically.
17
18 **EDITING**
19
20 - [[CapitalizedWordsStickedTogether]] will produce a link automatically.
21 - Blank lines will create new paragraphs.
22 - Words get **bold** by enclosing them in **\*** asterisks
23 - Words get _italic_ by enclosing them in **\_** underscores
24 - Words get **_bold italic_** by enclosing them in **\_\_** double-underscores
25 - Words get shown in `fixed font` by enclosing them in = equal signs
26 - Note for **bold** , _italic_ , **_bold italic_** and `fixed font` text:
27   - Make sure to "stick" the `* _ =` signs to the characters, e.g.
28     - _This works_
29     - \_This does not get italic because there is a space between the last word and the underline character \_
30   - Example text to enter:
31     - Writing \*bold text\* , \_italic text\_ and =fixed== monospaced text
32   - Example text gets rendered as:
33     - Writing **bold text** , _italic text_ and `fixed=` monospaced text
34 - Separator: -------- (at the beginning of a line)
35 - List Item: &lt;3spaces&gt;\*
36 - Nested Item: &lt;6spaces&gt;\*
37 - Ordered List: &lt;3spaces&gt;&lt;number&gt;.
38 - Definition: &lt;3spaces&gt;&lt;term&gt;:&lt;definition&gt;.
39 - Table: &lt;optional spaces&gt;| cell 1 | cell 2 | cell 3 | ... |
40
41 **EXTRAS**
42
43 - Most HTML tags will work.
44   - Overview of all HTML elements at <http://www.htmlhelp.com/reference/wilbur/overview.html>
45   - HTML 3.2 Reference Specification at <http://www.w3.org/TR/REC-html32.html>
46
47 **WIKI VARIABLES**