From e560fd47aa8acdbb7503428902a22c64e048504f Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Sun, 25 Feb 2001 03:14:21 +0000 Subject: none --- TWiki/TextFormattingRules.mdwn | 61 ++++++++++++++++++++++++++++++------------ 1 file changed, 44 insertions(+), 17 deletions(-) diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index 481ba697..d49447d4 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -25,9 +25,9 @@ The %WIKITOOLNAME% web has the following types of **_internal links:_** Paragraphs:
Blank lines will create new paragraphs.
- 1st paragraph
+1st paragraph
 
- 2nd paragraph
+2nd paragraph
 
1st paragraph

2nd paragraph

@@ -35,43 +35,43 @@ The %WIKITOOLNAME% web has the following types of **_internal links:_** Bold Text:
Words get bold by enclosing them in * asterisks.
- *Bold*
+*Bold*
 
Bold Italic Text:
Words get italic by enclosing them in _ underscores.
- _Italic_
+_Italic_
 
Italic Bold Italic:
Words get _bold italic by enclosing them in _ double-underscores.
- __Bold italic__
+__Bold italic__
 
Bold italic Fixed Font:
Words get shown in fixed font by enclosing them in = equal signs.
- =Fixed font=
+=Fixed font=
 
Fixed font Bold Fixed Font:
Words get shown in bold fixed font by enclosing them in double equal signs.
- ==Bold fixed==
+==Bold fixed==
 
Bold fixed Note: Make sure to "stick" the * _ = == signs to the words, e.g. take away spaces.
- _This works_,
- _this not _
+_This works_,
+_this not _
 
This works, _this not _ @@ -189,23 +189,50 @@ class CatAnimal { WikiWord Links:
CapitalizedWordsStuckTogether (or Wiki Words?) will produce a link automatically.
Note: In case you want to link to a topic in a different %WIKITOOLNAME% web write Webname.TopicName.
- WebNotify,
- Know.ReadmeFirst
+WebNotify
+
+Know.ReadmeFirst
 
- Web Notify?, Readme First? + Web Notify?

Readme First?

+ - 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; i.e. [[text formatting FAQ]] links to topic Text Formatting FAQ?. You can also refer to a different web. + 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; i.e. [[text formatting FAQ]] links to topic Text Formatting FAQ?. You can also refer to a different web and use anchors.
- [[wiki syntax]],
- [[%MAINWEB%.TWiki users]]
+[[wiki syntax]]
+
+[[%MAINWEB%.TWiki users]]
+
+ wiki syntax?

%MAINWEB%.TWiki users?

+ + + + Specific Links:
Create a link where you can specify the link text and the link reference separately, using nested square brackets like [[text][reference]]. Internal link references (i.e. Wiki Syntax?) and external link references (i.e. http://TWiki.org/) are supported. The same Forced Links rules apply for internal link references. Anchor names can be added as well, like [[go home][WebHome@MyAnchor]] and [[Yahoo!][http://www.yahoo.com/#somewhere]]. +
+[[syntax][WikiSyntax]]
+
+[[GNU][http://gnu.org]]
 
- wiki syntax?, %MAINWEB%.TWiki users? + Wiki Syntax?

http://gnu.org?

+ + + + Anchors:
You can define a link reference inside a %WIKITOOLNAME% topic (called an anchor name) and link to that. To define an anchor write @AnchorName at the beginning of a line. The anchor name must be a Wiki Word?. To link to an anchor name use the [[MyTopic@MyAnchor]] syntax. You can omit the topic name if you want to link within the same topic. +
+[[WebHome@NotThere]]
+
+[[Jump][@MyAnchor]]
+
+@MyAnchor To here
+
+ Web Home@Not There?

@My Anchor?

+

@MyAnchor To here

+ Prevent a Link:
Prevent a Wiki Word? from being linked by prepending it with the <nop> tag.
- <nop>SunOS
+<nop>SunOS
 
SunOS -- cgit v1.2.3