diff options
author | MikeMannix <MikeMannix> | 2001-09-06 06:32:14 +0000 |
---|---|---|
committer | MikeMannix <MikeMannix> | 2001-09-06 06:32:14 +0000 |
commit | 292e2b4792daf6f40eca7e869ec55e00f82e8af3 (patch) | |
tree | 8f93c3254375085ab23cb1dade1920788cad497f /TWiki | |
parent | 6154f454154d7ec974039e7b5d7eecd0facc4065 (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/TextFormattingRules.mdwn | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index b7186a7a..906d5e4a 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -1,22 +1,8 @@ %TOC\{depth="4"\}% %STARTINCLUDE% It is easy to collaborate: just type in 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. This page is also available as quick reference pop-up window from a link in the Edit screen. -## <a name="Links"> Links </a> - -Being able to create links without any formatting required is a core TWiki feature, made possible using [[WikiNames]]. With the latest version of TWiki linking rules, a simple extension of the syntax provides an new set of flexible linking options. - -### <a name="Internal_Links"> Internal Links </a> - -* [[GoodStyle]] is a [[WikiWord]] that links to the GoodStyle topic located in the current %WIKITOOLNAME% 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!) - -### <a name="External_Links"> External Links </a> - -* `http://...`, `https://...`, `ftp://...` and `mailto:...@...` are linked automatically. -* Email addresses like `name@domain.com` are linked automatically. - ## <a name="Editing"> Editing </a> -<table border="3" cellpadding="2" cellspacing="2"> +<table bgcolor="#ffffff" border="1" cellpadding="3" cellspacing="1"> <tr> <td><strong>Formatting Command:</strong></td> <td><strong>Example: You write:</strong></td> @@ -267,8 +253,19 @@ Know.ReadmeFirst Most HTML tags will work, but it's almost always preferable not to use HTML, so that the markup remains easy for everyone to edit. -* HTML 4.01 Reference Specification: <http://www.w3.org/TR/html4/> -* Quick reference of all HTML elements: <http://werbach.com/barebones/barebones.html> +## <a name="Hyperlinks"> Hyperlinks </a> + +Being able to create links without any formatting required is a core TWiki feature, made possible using [[WikiNames]]. With the latest version of TWiki linking rules, a simple extension of the syntax provides an new set of flexible linking options. + +### <a name="Internal_Links"> Internal Links </a> + +* [[GoodStyle]] is a [[WikiWord]] that links to the GoodStyle topic located in the current %WIKITOOLNAME% 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!) + +### <a name="External_Links"> External Links </a> + +* `http://...`, `https://...`, `ftp://...` and `mailto:...@...` are linked automatically. +* Email addresses like `name@domain.com` are linked automatically. ## <a name="TWiki_Variables"> TWiki Variables </a> |