[cl-markdown-devel] Images with links
Daniel Herring
dherring at tentpost.com
Sun Oct 25 03:18:16 UTC 2009
Hi,
I don't exactly know what the markdown
[![RSS icon](feed-icon-32x32.png)](atom.xml)
should generate, but I wasn't expecting the HTML to be
[<img src="atom.xml" alt="RSS icon](feed-icon-32x32.png)"></img>
I'm not sure its even valid syntax. The following markdown works fine.
<a href="atom.xml">![RSS icon](feed-icon-32x32.png)</a>
Later,
Daniel
P.S. This was converted with cl-markdown version 0.10.4.
More information about the Cl-markdown-devel
mailing list