Skip to content

Put the demo image on one line so GitHub renders it - #43

Merged
devcodes9 merged 1 commit into
mainfrom
fix/demo-gif-render
Aug 22, 2026
Merged

Put the demo image on one line so GitHub renders it#43
devcodes9 merged 1 commit into
mainfrom
fix/demo-gif-render

Conversation

@devcodes9

Copy link
Copy Markdown
Owner

The README showed a blank gap where the demo GIF should be.

The tag was valid HTML, but its attributes were split across lines inside a <p>, which GitHub's markdown renderer does not reliably parse. Single-lining it fixes the render.

The file itself was never the problem: raw.githubusercontent.com/.../docs/demo.gif returns 200 with 863K of image/gif at 1500x500.

Also tightens the alt text to describe what the GIF shows. twine check still passes.

GitHub's markdown renderer left a blank gap where the GIF should be. The tag
was valid HTML but had its attributes split across lines inside a <p>, which
the renderer does not reliably parse in a markdown document.

The file and URL were fine: raw.githubusercontent serves 863K of image/gif at
1500x500.
@devcodes9
devcodes9 merged commit 07df195 into main Aug 22, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant