If you have a text component with this in it:
http://mysql.com/
Then this code is generated:
<a href="http://mysql.com/">http://mysql.com/</a>
If you then create a child document with the title MySQL then this is the generated code:
<a href="http://mysql.com/">http://</a><a href="http://example.com/mysql/" class="mkdoc-name-mysql" title="MySQL" lang="en">mysql</a>.com/
Ie "http://" is a hyperlink to mysql.com and “mysql” is a link to the child document and “.com/” is not hyperlinked… weird…
Bruno tells me that what is supposed to happen is the above but in addition “.com/” should be hyperlinked to mysql.com … But this seems like a really odd thing to want to do…
I think that MKDoc should not try to hyperlink child document names in the middle of URIs…