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
This appears to be a possible variant of #5285 : images which are block elements in lists are not treated as <figure> elements (breaking styling) unless they are the final block element in the list, in which case they work correctly.
I noticed this while working on https://www.gwern.net/Ads#replication , reviewing each of the studies with a screenshot of their relevant graph. They should all be getting captions & borders as their syntax is identical, but only the final one does, and the previous ones turn out to be merely naked <img> tags.
Here is a simple test-case along the lines of #5285:
This appears to be a possible variant of #5285 : images which are block elements in lists are not treated as
<figure>
elements (breaking styling) unless they are the final block element in the list, in which case they work correctly.I noticed this while working on https://www.gwern.net/Ads#replication , reviewing each of the studies with a screenshot of their relevant graph. They should all be getting captions & borders as their syntax is identical, but only the final one does, and the previous ones turn out to be merely naked
<img>
tags.Here is a simple test-case along the lines of #5285:
yields
The text was updated successfully, but these errors were encountered: