summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TWiki/TextFormattingRules.mdwn15
1 files changed, 8 insertions, 7 deletions
diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn
index 3684902e..b083d632 100644
--- a/TWiki/TextFormattingRules.mdwn
+++ b/TWiki/TextFormattingRules.mdwn
@@ -17,13 +17,13 @@ External links:
**EDITING**
-* [[CapitalizedWordsWillProduce]] a link automatically.
+* [[CapitalizedWordsStickedTogether]] will produce a link automatically.
* Blank lines will create new paragraphs.
-* Words get **bold** by enclosing them with **\*** asterisks
-* Words get _italic_ by enclosing them with **\_** underscores
-* Words get **_bold italic_** by enclosing them with **\_\_** two underscores
-* Words get showns in `fixed font` by enclosing it with = equal signs
-* Notes for **bold** , _italic_ , **_bold italic_** and `fixed font` text:
+* Words get **bold** by enclosing them in **\*** asterisks
+* Words get _italic_ by enclosing them in **\_** underscores
+* Words get **_bold italic_** by enclosing them in **\_\_** double-underscores
+* Words get shown in `fixed font` by enclosing them in = equal signs
+* Note for **bold** , _italic_ , **_bold italic_** and `fixed font` text:
* Make sure to "stick" the `* _ =` signs to the characters, e.g.
* _This works_
* \_This does not get italic because there is a space between the last word and the underline character \_
@@ -36,6 +36,7 @@ External links:
* Nested Item: <6spaces>\*
* Ordered List: <3spaces><number>.
* Definition: <3spaces><term>:<definition>.
+* Table: <optional spaces>| cell 1 | cell 2 | cell 3 | ... |
**EXTRAS**
@@ -45,4 +46,4 @@ External links:
**WIKI VARIABLES**
-%INCLUDE:"TWikiVariables.txt"%
+%INCLUDE\{"TWikiVariables.txt"\}%