Skip to content

README: screenshots open full-size in a new tab on click#43

Merged
AdaInTheLab merged 1 commit into
mainfrom
docs/screenshots-new-tab
Apr 26, 2026
Merged

README: screenshots open full-size in a new tab on click#43
AdaInTheLab merged 1 commit into
mainfrom
docs/screenshots-new-tab

Conversation

@AdaInTheLab
Copy link
Copy Markdown
Collaborator

Follow-up to #42. Wraps each screenshot `` in an `<a target="_blank" rel="noopener">` so clicking a thumbnail opens the source PNG in a new tab instead of replacing the README page. GitHub's README sanitizer permits both attributes; cursor turns to a pointer on hover as a free affordance.

While I was in there, also collapsed two stray em dashes from the captions (`—`) into hyphens / parens / semicolons. Same content.

Test plan

  • Markdown renders on GitHub with all 8 images visible
  • Clicking each thumbnail opens the full-size PNG in a new tab (confirmed manually after merge)

🤖 Generated with Claude Code

Wraps each <img> in <a target="_blank" rel="noopener"> so clicking
a thumbnail in the rendered README opens the source PNG in a new tab
instead of replacing the page. GitHub's README sanitizer allows both
attributes; cursor turns to a pointer on hover as a free affordance.

Also collapsed two stray em dashes that snuck into the captions
during the original write — same content, hyphens / parens /
semicolons in their place.
@AdaInTheLab AdaInTheLab merged commit 5d41afa into main Apr 26, 2026
2 checks passed
@AdaInTheLab AdaInTheLab deleted the docs/screenshots-new-tab branch April 26, 2026 16:03
@AdaInTheLab AdaInTheLab mentioned this pull request Apr 30, 2026
4 tasks
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