[cl-markdown-devel] Images with links
Gary King
gwking at metabang.com
Tue Oct 27 11:02:10 UTC 2009
Hi Daniel,
Thanks. I'm looking at this later today...
The official Markdown parses it as
<p><a href="atom.xml"><img src="feed-icon-32x32.png" alt="RSS icon"
title="" /></a></p>
which makes sense and is, I guess, what you intend.
On Oct 24, 2009, at 11:18 PM, Daniel Herring wrote:
> 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.
>
> _______________________________________________
> cl-markdown-devel mailing list
> cl-markdown-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel
--
Gary Warren King, metabang.com
Cell: (413) 559 8738
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM * gwking on twitter
More information about the Cl-markdown-devel
mailing list