From e1f27467532fb470b383ca8115e0d562fedcce03 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 7 Aug 2007 17:21:26 +0200 Subject: Fix broken in-wiki links. I hope I didn't break any other stuff. --- TWiki/TextFormattingRules.mdwn | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'TWiki/TextFormattingRules.mdwn') diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index 84bbdf4b..0e561dfa 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -25,7 +25,7 @@ Working in TWiki is as easy as typing in text - exactly like email. You don't ne - Headings:
At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. Note: A Table of Content can be created automatically with the %TOC% variable, see TWiki Variables?. + Headings:
At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. Note: A Table of Content can be created automatically with the %TOC% variable, see TWiki Variables[[TWikiVariables]].
 ---++ Sushi
 
@@ -204,37 +204,37 @@ 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.
+ WikiWord Links:
CapitalizedWordsStuckTogether (or Wiki Words[[WikiWords]]) 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
 
- Web Notify?

Readme First?

+ Web Notify[[WebNotify]]

Readme First[[Know/ReadmeFirst]]

- #SquareBrackets 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. + #SquareBrackets 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[[TextFormattingFAQ]]. You can also refer to a different web and use anchors.
 [[wiki syntax]]
 
 [[%MAINWEB%.TWiki users]]
 
- wiki syntax?

%MAINWEB%.TWiki users?

+ wiki syntax[[WikiSyntax]]

%MAINWEB%.TWiki users[[MAINWEBTWikiUsers]]

- Specific Links:
Create a link where you can specify the link text and the link reference separately, using nested square brackets like [[reference][text]]. 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 [[WebHome#MyAnchor][go home]] and [[http://www.yahoo.com/#somewhere][Yahoo!]]. + Specific Links:
Create a link where you can specify the link text and the link reference separately, using nested square brackets like [[reference][text]]. Internal link references (i.e. Wiki Syntax[[WikiSyntax]]) 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 [[WebHome#MyAnchor][go home]] and [[http://www.yahoo.com/#somewhere][Yahoo!]].
 [[WikiSyntax][syntax]]
 
 [[http://gnu.org][GNU]]
 
- syntax?

GNU

+ syntax[[WikiSyntax]]

GNU

- 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. + 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[[WikiWord]]. 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]]
 
@@ -242,12 +242,12 @@ Know.ReadmeFirst
 
 #MyAnchor To here
 
- Web Home#Not There?

Jump

+ Web Home#Not There[[WebHome]]

Jump

To here

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