Hi devs,
I'm working on implementing the new link format we've decided, i.e.:
label>reference>param1=value1 ... paramN=valueN
Note that there's a potential ambiguity with the following link:
text>param=value
Since this can be considered as either:
* label = text, reference = "param=value"
* reference = text, parameters = "param=value"
Thus we have to decide that it's fordbidden to use "=" in document
names or we need to find a different link format.
I think forbidding "=" is fine.
WDYT?
Thanks
-Vincent