On Nov 7, 2008, at 7:06 PM, BrianJones wrote:
Sergiu Dumitriu-2 wrote:
The syntax page is wrong (strange, it seemed to be OK last time I read it).
Use this:
[User Guide>http://enterprise.xwiki.org/xwiki/bin/view/ UserGuide>_blank]
Thanks Sergiu,
I wouldn't say the syntax page is wrong just slightly misleading. As Vincent said, the Link specification is a bit more helpful than the table.
But for future reference, in the table for a 'Link that opens in a new page', you should use an example like:
[Click this link>www.to_go_here.com>_blank]
This would just be a bit more clear to the readers.
Actually there was a misunderstanding. I was sure that you didn't have to specify a label since I code the link parser that made the label optional. But I've just realized that the rendering code isn't using this parser and does its own parsing and it requires a label to be specified. Sorry about that. Thanks -Vincent