Render embedded quoted posts as blockquotes with handle permalink #3

Merged
thatguygriff merged 1 commits from fix/issue-1-quoted-post-blockquote into main 2026-04-05 12:52:21 +00:00
Owner

Fixes #1

Changes

  • Replace the div wrapper on quoted/embedded posts with a blockquote element
  • Make the @handle a permalink to the quoted post, removing the separate "View on Bluesky" link
  • Update the test to assert the new blockquote structure and absence of the old link text
Fixes #1 ## Changes - Replace the div wrapper on quoted/embedded posts with a blockquote element - Make the @handle a permalink to the quoted post, removing the separate "View on Bluesky" link - Update the test to assert the new blockquote structure and absence of the old link text
thatguygriff added 1 commit 2026-04-05 12:50:25 +00:00
Render embedded quoted posts as blockquotes with handle permalink
All checks were successful
CI / test (pull_request) Successful in 42s
CI / test (push) Successful in 40s
bf72b74a01
Fixes #1. Replaces the plain div wrapper and separate "View on Bluesky"
link with a <blockquote> element, and makes the @handle the permalink
to the quoted post.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
thatguygriff merged commit bf72b74a01 into main 2026-04-05 12:52:21 +00:00
thatguygriff deleted branch fix/issue-1-quoted-post-blockquote 2026-04-05 12:52:21 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: thatguygriff/xExtension-BlueskyThreads#3