Open djstrong opened 10 years ago
According to http://en.wikipedia.org/wiki/Help:Link in case of [[a|b]]cd text of this link is bcd. Mwlib separates cd from link and creates text node at the same level as link node. Is it possible to obtain bcd as link text?
[[a|b]]cd
bcd
cd
According to http://en.wikipedia.org/wiki/Help:Link in case of
[[a|b]]cd
text of this link isbcd
. Mwlib separatescd
from link and creates text node at the same level as link node. Is it possible to obtainbcd
as link text?