Question
If I have two consequtive
WikiWords delimited by a non-WikiWord character (slash '/' in this case), only the first
WikiWord is linked.
For instance:
FirstWikiWord/SecondWikiWord - as evident,
SecondWikiWord is not matched.
Environment
--
MadsTroest - 13 Dec 2003
Answer
This is spec,
WikiWords are only linked if preceeded by white space or an opening parenthesis. Solution:
- Add space, e.g. write
FirstWikiWord / SecondWikiWord
- Or force a link, e.g. write
FirstWikiWord/[[SecondWikiWord]]
--
PeterThoeny - 16 Dec 2003