fletcher / MultiMarkdown-4

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

![Alt text](/path/to/img.jpg "Optional title") syntax currently broken #123

Closed mn4367 closed 9 years ago

mn4367 commented 9 years ago

This input (taken from the documentation)

![Alt text](/path/to/img.jpg "Optional title")

produces

<img src="/path/to/img.jpg" alt="Alt text" title="Optional title" />
<figcaption>Alt text</figcaption>
</figure>

which has no opening figure tag. It happens with the latest sources, I haven't tested it with release 4.7.1, but maybe it's related to the fix you introduced in #121.

fletcher commented 9 years ago

Thanks for pointing this out!