
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
TWiki Text Formatting | ||||||||
| Line: 183 to 183 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < | Three spaces and an asterisk. | |||||||
| > > | Three spaces, an asterisk, and another space. | |||||||
| ||||||||
| Line: 197 to 197 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < | Six, nine, ... spaces and an asterisk. | |||||||
| > > | Six, nine, ... spaces, an asterisk, and another space. | |||||||
| ||||||||
| Line: 213 to 213 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < | Three spaces and a number. | |||||||
| > > | Three spaces, a number, and another space. | |||||||
| ||||||||
| Line: 251 to 251 | ||||||||
| center-spaced | cells are displayed center aligned.• | right-spaced | cells are displayed right aligned.• | 2 colspan || cells are displayed as multi-span columns (i.e., a cell with no text spans a column).• | ||||||||
| Changed: | ||||||||
| < < | |^| cells with a caret indicate follow-up rows of multi-span rows.• | |||||||
| > > | |^| cells with a caret indicate follow-up rows of multi-span rows (this functionality is provided by TablePlugin).• | |||||||
| Line: 303 to 303 | ||||||||
| Forced Links: You can create a forced internal link by enclosing words in double square brackets. Note: Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; for example, [[text formatting FAQ]] links to topic TextFormattingFAQ. You can also refer to a different web and use anchors. | ||||||||
| Changed: | ||||||||
| < < | Note: To "escape" double square brackets that would otherwise be a correct link, use <nop> between the leading left square brackets, that is, begin with [<nop>[.... | |||||||
| > > | Note: To "escape" double square brackets that would otherwise be a correct link, prefix the leading left square brackets with an exclamation point, that is, begin with ![[.... | |||||||
| ||||||||
| Line: 368 to 368 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < | Prevent a WikiWord from being linked by prepending it with the <nop> tag. | |||||||
| > > | Prevent a WikiWord from being linked by prepending it with an exclamation point. | |||||||
| ||||||||
| Changed: | ||||||||
| < < | <nop>SunOS | |||||||
| > > | SunOS | |||||||
| Changed: | ||||||||
| < < | SunOS | |||||||
| > > | SunOS | |||||||
| Line: 438 to 438 | ||||||||
| ||||||||
| Added: | ||||||||
| > > | TWiki and JavaScriptYou can use JavaScript for your TWiki applications. Sice TWiki rendering might interfere with JavaScript code you need to escape it with HTML comments and<pre> tags:
<script language="JavaScript"> <!-- Hide JavaScript and <pre> escape TWiki rendering ... put your JavaScript code here... // Stop hiding and stop </pre> escaping TWiki rendering --> </script> | |||||||
HyperlinksBeing able to create links without any formatting required is a core TWiki feature, made possible with WikiWords. New TWiki linking rules are a simple extension of the syntax that provide a new set of flexible options. | ||||||||
| Line: 482 to 493 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
TWikiPlugin Formatting Extensions | ||||||||
| Line: 506 to 517 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < | -- TWiki:Main.PeterThoeny - 16 Mar 2004 | |||||||
| > > | -- TWiki:Main.PeterThoeny - 29 Mar 2004 | |||||||