getting test added to the standard test suite.
John Gruber
gruber at fedora.net
Wed Aug 30 19:59:28 EDT 2006
Kailoa Kadano <5sxnauv02 at sneakemail.com> wrote on 8/30/06 at 6:37 AM:
> Is there a way to get stuff like this added to the test suite?
Sure, mail it to the list like you did, and I'll consider it. :^)
> --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.
More information about the Markdown-Discuss
mailing list