fletcher / MultiMarkdown-4

This project is now deprecated. Please use MultiMarkdown-6 instead!
https://github.com/fletcher/MultiMarkdown-5
Other
306 stars 59 forks source link

Fix vanishing MMD-starting image caption #82

Closed odnamrataizem closed 10 years ago

odnamrataizem commented 10 years ago

This MMD code should have a <figcaption> tag when parsed, but doesn’t:

![*test* me](http://example.com/)

This one does, though (notice the leading whitespace):

![ *test* me](http://example.com/)

In short, if the first caption character is part of the MMD syntax, it vanishes completely; this should fix it while keeping #58 in place.

fletcher commented 10 years ago

Thanks.