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
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 <[email protected]>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fixes #1
Changes