From da035b5fd4ca93259feeecba17ecd4577719873b Mon Sep 17 00:00:00 2001 From: MikeMannix Date: Tue, 2 Oct 2001 07:29:52 +0000 Subject: none --- TWiki/TextFormattingRules.mdwn | 6 +++--- 1 file 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% -# TWiki Text Formatting +# 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. @@ -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 `'<'` instead of `'<'`, and `'>'` instead of `'>'`.
Example: Type `'prog <filename>'` to get `'prog '`. * **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. `'©'` is the `©` copyright character. You need to escape `'&'` to see it as it is, so write `'&'` instead of `'&'`.
Example: Type `'This & that'` to get `'This & that'`. + * **A:** The `'&'` character has a special meaning in HTML, it starts a so called character entity, ex: `'©'` is the `©` copyright character. You need to escape `'&'` to see it as it is, so write `'&'` instead of `'&'`.
Example: Type `'This & that'` to get `'This & that'`. ## TWiki Plugins @@ -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
-- cgit v1.2.3