You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything appears to be working just fine except the strange behavior when adding the caption="some text" field in either a standalone figure or gallery block.
As long as I specify an empty string for the caption field, everything works as expected. For example, consider the following snippet:
When I click on the rendered image in-browser, I see:
However, I would like to see the caption when I click the image. So if I replace the empty string with a non-empty string (i.e., if I provide a caption), then I get strange offsetting behavior in the image below when I click it in-browser.
Everything appears to be working just fine except the strange behavior when adding the
caption="some text"
field in either a standalone figure or gallery block.As long as I specify an empty string for the caption field, everything works as expected. For example, consider the following snippet:
When I click on the rendered image in-browser, I see:
However, I would like to see the caption when I click the image. So if I replace the empty string with a non-empty string (i.e., if I provide a caption), then I get strange offsetting behavior in the image below when I click it in-browser.
I created a sample website post (markdown) that reproduces this issue.
The text was updated successfully, but these errors were encountered: