Closed mn4367 closed 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.
figure
Thanks for pointing this out!
This input (taken from the documentation)
produces
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.