The automatic conversion to Markdown didn't correctly preserve image captions (where these were present in the original HTML), or lost them altogether.
As a reminder, here are the Markdown code options:
# Only image, no "alt" text, no caption

# Image with "alt" text, no caption

# Image without "alt" text, but with caption

# Image with "alt" text and with caption

To get it right, we'll have to look up what's in the original HTML.
The automatic conversion to Markdown didn't correctly preserve image captions (where these were present in the original HTML), or lost them altogether.
As a reminder, here are the Markdown code options:
To get it right, we'll have to look up what's in the original HTML.