hey-red / Markdown

Open source C# implementation of Markdown processor, as featured on Stack Overflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Links_inline_style failing test

GoogleCodeExporter opened this issue · comments

Adding a conditional, literal closing parenthesis (i.e. \)?) to the $3
capturing parens trivially fixes this issue, but doesn't actually work. 
Attached is a patch for a test that this "fix" fails.

Original issue reported on code.google.com by drewgstephens on 31 Dec 2009 at 4:04

Attachments:

1) I think parens in URLs are correctly detected with the latest checkins. Get 
latest
and see...

2) We shouldn't modify mdtest-1.1 as it's not ours.. but we can come up with 
our own
tests as necessary

Original comment by wump...@gmail.com on 31 Dec 2009 at 7:25

  • Changed state: Fixed