On Aug 31, 2006, at 8:59 AM, John Gruber gruber-at-fedora.net | markdown mailing list| wrote:

Kailoa Kadano <[EMAIL PROTECTED]> wrote on 8/30/06 at 6:37 AM:
--Being test file: simple formatted links
this is a [**test**](http://example.com/)
this is a second **[test](http://example.com)**
reference **[test][]**
reference [**test**][]

[test]: http://example.com/
[**test**]: http://example.com/
--END test file

Hmm, this is interesting.

Most of these seem straightforward as to what the results should
be, but this one seems weird to me:

    reference [**test**][]

    [test]:     http://foo.com/
    [**test**]: http://bar.com/

My gut feeling is that the current result from Markdown.pl is correct:

<p>reference <a href="http://bar.com/";><strong>test</strong></ a></p>

but it does seem like a weird thing to write.

-J.G.



It is weird, but I agree that it is correct. Judging from your reaction, the result seems to be serendipitous with respect to Markdown.pl. Unfortunately, not all implementations seem to match...

Thanks,

Kailoa
_______________________________________________
Markdown-Discuss mailing list
Markdown-Discuss@six.pairlist.net
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to