evilstreak / markdown-js

A Markdown parser for javascript
7.7k stars 863 forks source link

Test case for #27 #70

Closed parmleyhunt closed 11 years ago

parmleyhunt commented 11 years ago

I added the lines of interest to test.js, i dont know why it doesn't work still. The source gets changed, and it does not generate a link. It turns into an "Unknown status image" and has an extra "[" bracket before the image.

parmleyhunt commented 11 years ago

I found out that the problem isn't the fact it's an inline element, but instead the "optional" title... turns out to be not so optional. I didn't have a title attribute, and that's why it was failing.

ashb commented 11 years ago

How do other markdown processors handle this case?

ashb commented 11 years ago

Closing in favour of #71 - its a more specific issue