summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikeMannix <MikeMannix>2001-10-02 07:29:52 +0000
committerMikeMannix <MikeMannix>2001-10-02 07:29:52 +0000
commitda035b5fd4ca93259feeecba17ecd4577719873b (patch)
tree8d6fa31ac1deac113bdbe715a47c9678a3034afd
parentfa2a21bdeb8b5f25936e4a14fde4b371213be5d0 (diff)
none
-rw-r--r--TWiki/TextFormattingRules.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn
index df5a6445..08ebf049 100644
--- a/TWiki/TextFormattingRules.mdwn
+++ b/TWiki/TextFormattingRules.mdwn
@@ -1,6 +1,6 @@
%TOC\{depth="4"\}% %STARTINCLUDE%
-# <a name="TWiki_Text_Formatting"> TWiki Text Formatting </a>
+# <a name="Appendix_C_Text_Formatting_Rules"> Appendix C: Text Formatting Rules </a>
Working in TWiki is as easy as typing in text - exactly like email. You don't need to know HTML, though you can use it if you prefer. Links to topics are created automatically when you enter [[WikiWords]]. And TWiki shorthand gives you all the power of HTML with a simple coding system that takes no time to learn. It's all layed out below - refer back to this page in a pop-up window from the **Edit** screen.
@@ -305,7 +305,7 @@ TWiki formatting rules are fairly simple to use and quick to type. However, ther
* **A:** The `'<'` and `'>'` characters have a special meaning in HTML, they define HTML tags. You need to escape them, so write `'&lt;'` instead of `'<'`, and `'&gt;'` instead of `'>'`. <br /> Example: Type `'prog &lt;filename&gt;'` to get `'prog <filename>'`.
* **Q:** Why is the `'&'` character sometimes not displayed?
- * **A:** The `'&'` character has a special meaning in HTML, it starts a so called character entity, i.e. `'&copy;'` is the `©` copyright character. You need to escape `'&'` to see it as it is, so write `'&amp;'` instead of `'&'`. <br /> Example: Type `'This &amp; that'` to get `'This & that'`.
+ * **A:** The `'&'` character has a special meaning in HTML, it starts a so called character entity, ex: `'&copy;'` is the `©` copyright character. You need to escape `'&'` to see it as it is, so write `'&amp;'` instead of `'&'`. <br /> Example: Type `'This &amp; that'` to get `'This & that'`.
## <a name="TWiki_Plugins"> TWiki Plugins </a>
@@ -315,4 +315,4 @@ Plugins provide additional text formatting capabilities and can extend the funct
Check on current Plugin status and settings for this site in [[TWikiPreferences]].
--- [[MikeMannix]] - 30 Aug 2001
+-- [[MikeMannix]] - 02 Oct 2001 <br />