summaryrefslogtreecommitdiff
path: root/TWiki/TextFormattingRules.mdwn
diff options
context:
space:
mode:
authorthoeny <thoeny>1999-06-13 07:38:53 +0000
committerthoeny <thoeny>1999-06-13 07:38:53 +0000
commit7171ec620582f3d7fcf3359db1acc2e5d858ebd4 (patch)
treecd93867c29b2eaa7b27494193584d5e7a7889d3a /TWiki/TextFormattingRules.mdwn
parent6a37d8a48e8210da3114d545813a2c1788aab866 (diff)
none
Diffstat (limited to 'TWiki/TextFormattingRules.mdwn')
-rw-r--r--TWiki/TextFormattingRules.mdwn39
1 files changed, 39 insertions, 0 deletions
diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn
new file mode 100644
index 00000000..ce776467
--- /dev/null
+++ b/TWiki/TextFormattingRules.mdwn
@@ -0,0 +1,39 @@
+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.
+
+**LINKS**
+
+The Collaborative Work Area is a bunch of related links that are editable through your web browser.
+
+The TWiki web has the following types of internal links:
+
+* [[GoodStyle]] is a topic that is part of the current TWiki web.
+* [[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!)
+* [[Know/ReadmeFirst]] is a topic in a different TWiki web. (You write it as _Web.TopicName_ , but it will show up as _TopicName_ )
+
+External links:
+
+* `http://...`, `https://...`, `ftp://...` and `mailto:...@...` are linked automatically.
+* Email addresses like <code> <name@domainNOSPAM.com> </code> are linked automatically.
+
+**EDITING**
+
+* [[CapitalizedWordsWillProduce]] a link automatically.
+* Blank lines will create new paragraphs.
+* words get **bold** by enclosing it with \* asterisks
+* words get _italic_ by enclosing it with \_ underscores
+* words get showns in `fixed font` by enclosing it with = equal signs
+* Separator: -------- (at the beginning of a line)
+* List Item: &lt;3spaces&gt;\*
+* Nested Item: &lt;6spaces&gt;\*
+* Ordered List: &lt;3spaces&gt;&lt;number&gt;.
+* Definition: &lt;3spaces&gt;&lt;term&gt;:&lt;definition&gt;.
+
+**EXTRAS**
+
+* Most HTML tags will work.
+ * Overview of all HTML elements at <http://www.htmlhelp.com/reference/wilbur/overview.html>
+ * HTML 3.2 Reference Specification at <http://www.w3.org/TR/REC-html32.html>
+
+**WIKI VARIABLES**
+
+%INCLUDE:"TWikiVariables.txt"%