none
[openafs-wiki.git] / TWiki / TextFormattingRules.mdwn
index 6879f19..571346c 100644 (file)
@@ -1,6 +1,6 @@
 <div>
   <ul>
-    <li><a href="#TWiki Text Formatting"> TWiki Text Formatting</a><ul>
+    <li><a href="#Appendix C: Text Formatting Rule"> Appendix C: Text Formatting Rules</a><ul>
         <li><a href="#TWiki Editing Shorthand"> TWiki Editing Shorthand</a></li>
         <li><a href="#Using HTML"> Using HTML</a></li>
         <li><a href="#Hyperlinks"> Hyperlinks</a><ul>
@@ -16,7 +16,7 @@
   </ul>
 </div>
 
-# <a name="TWiki Text Formatting"></a> TWiki Text Formatting
+# <a name="Appendix C: Text Formatting Rule"></a> Appendix C: Text Formatting Rules
 
 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.
 
@@ -319,7 +319,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"></a> TWiki Plugins
 
@@ -337,4 +337,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 />