markdown + [autolinks][] + IE = problem (?)
Posted: Thu Jan 01, 2009 5:09 pm
I faced some strange issue. Hyperlinks embedded inside text display improperly in Internet Explorer (6&7) - there is no space after them.
So, for example
Visit [some link][] for more details
renders properly in Firefox, Opera and Chrome:
Visit some link for more details
but in IE turns into:
Visit some linkfor more details
It seems to me that the problem is caused by Markdown, which generates extra <span> elements:
<span>Visit</span> <a href="...">some link</a> <span>for more details</span>
What is amazing: [explicit links][namehere] are shown properly (and rendered without <span>)
Has anybody heard about this problem, have any suggestion?
PS See http://blog.mekk.waw.pl/archives/24-Noz ... -back.html for example. The link "XMind" on the beginning of the Installation chapter experiences the issue.
So, for example
Visit [some link][] for more details
renders properly in Firefox, Opera and Chrome:
Visit some link for more details
but in IE turns into:
Visit some linkfor more details
It seems to me that the problem is caused by Markdown, which generates extra <span> elements:
<span>Visit</span> <a href="...">some link</a> <span>for more details</span>
What is amazing: [explicit links][namehere] are shown properly (and rendered without <span>)
Has anybody heard about this problem, have any suggestion?
PS See http://blog.mekk.waw.pl/archives/24-Noz ... -back.html for example. The link "XMind" on the beginning of the Installation chapter experiences the issue.