Test /
            ExternalLinkWithLineContinuation
    
This page tests creating an external link with a line continuation symbol inside the link markup.
In order to verify that the examples below work correctly, remember to check the destination URI of each link.
First a "normal" link:
| [[link text -> http://www.pmwiki.org]] | 
Then a link that is line continued and works correctly
| [[link text \ -> http://www.pmwiki.org]] | 
And finally a link that is continued in another place.
| [[link text -> \ http://www.pmwiki.org]] | 
For completeness, here are the same kinds of examples but using links that point to a wiki page.
First a "normal" link:
| [[link text -> PmWiki/PmWiki]] | 
Then a link that is line continued and works correctly
| [[link text \ -> PmWiki/PmWiki]] | 
And finally a link that is continued in a different place
| [[link text -> \ PmWiki/PmWiki]] |