Render blockquotes in ActivityPub posts #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "task-0e6df329-activitypub-blockquotes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
<blockquote>markup while preserving the existing escaped paragraph and line-break rendererVerification
npm run buildnpm run lintnpm test(311 tests)Review summary
The PR adds a narrow blockquote-aware layer around the existing escaped ActivityPub paragraph renderer. It emits semantic blockquote markup while retaining current paragraph splitting, hard line breaks, HTML escaping, and link-post URL output. Tests verify the helper and the final federated object content with generic domains.
Acceptance criteria
<blockquote><p>…</p></blockquote>.Blocking issues
Warnings
Verdict
Approved for merge.