Hello
It seems that there are some specific syntax for links: {{ ... }} that
is not handled by mw-render to xhtml.
Example:
Wikipedia source is:
Atualmente defende o {{Futebol Benfica}} de [[Portugal]].
Wikipedia web rendering is:
Atualmente defende o <a href="/wiki/Sport_Lisboa_e_Benfica"
title="Sport Lisboa e Benfica">Benfica</a> de <a href="/wiki/Portugal"
title="Portugal">Portugal</a>.
But mw-render renders:
Atualmente defende o de <a class="mwx.link.article"
href="http://pt.wikipedia.org/w/index.php?title=Portugal">Portugal</a>
Note the double space between "o de" and the lack of the link.
Is there any easy way to fix this issue?
Thank you
Alberto
PS: I am running latest git version. Thanks
--
Alberto Simões
--
You received this message because you are subscribed to the Google Groups
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mwlib?hl=en.