Closed fxkrait closed 2 months ago
This isnt the only issue with images since today. See my profile readme for example:
How it is supposed to look like, screenshot from archive.org:
Lets hope this gets fixed quickly
I also encountered this problem
Possibly related: I have also encountered that since today (maybe longer):
This happens with both markdown syntax ![]()
or anywhere inside an a
tag.
This destroys previously inlined images on one line. The culprit seems to be display: inline-block
in the .markdown-body a
styling rule.
While the image is scaled to the desired width percentage using the <width>
tag, the parent a
tag remains at the image's full width (see examples below).
Will close this, as the align="left"
and align="right"
has since been fixed for <img>
tags.
On any rendered markup file (
.md
,.org
, etc), thealign="left"
and thealign="right"
on<img>
tags are not working as of today (09-10-24). They were working fine yesterday (09-09-24), and obviously before then as well.align="center"
is still working fine, as before (not affected).An example with a recent wayback-machine cached render (09-04-24):
align="right"
inside an<img>
tag.From wayback-machine of 09-04-24, it looks OK:
Currently, of 09-10-24, it's not rendering correctly:
And here's an older wayback-machine, but more generic example (05-04-24):
If we compare a gist, that showcases how image allignment works, to it's wayback machine cached render from 05-04-24, we can see that
align="left"
and thealign="right"
are currently not working:align="left"
is currently not rendering correctly:It looks fine on wayback machine.
align="right"
is currently not rendering correctly:It looks fine on wayback machine.
Discussion thread post: https://github.com/orgs/community/discussions/138339