Quote marks in image caption with html output
The following input:

invoked with multimarkdown --format=html test.md produces the following:
<figure>
<img src="image.png" alt="caption containing "quoted" text" />
<figcaption>caption containing “quoted” text</figcaption>
</figure>
which is invalid html. I'm using MMD 6.7.0. Is there any option to work around this, or is this just a bug?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by fletcher on 30 Aug, 2026 12:12 AM
It's a bug. But fixed in MultiMarkdown 7
https://github.com/fletcher/MultiMarkdown-7
Thanks!!
Fletcher
fletcher closed this discussion on 30 Aug, 2026 12:12 AM.