Skip to content

fix: resolve bookmark blocks in notion read output#30

Merged
andrzejchm merged 1 commit into
mainfrom
fix/25-bookmark-blocks
Apr 7, 2026
Merged

fix: resolve bookmark blocks in notion read output#30
andrzejchm merged 1 commit into
mainfrom
fix/25-bookmark-blocks

Conversation

@andrzejchm
Copy link
Copy Markdown
Owner

Pages with bookmark blocks rendered as <unknown alt="bookmark"/> tags, hiding the actual bookmarked URLs. This post-processes the markdown from the Notion API to fetch each bookmark block's details and substitute proper markdown links with captions.

Closes #25

Post-processes markdown from the Notion API to replace <unknown alt="bookmark"/>
tags with actual bookmark URLs and captions. Fetches block details via the
blocks.retrieve API and substitutes proper markdown links.

Closes #25
@andrzejchm andrzejchm temporarily deployed to integration-tests April 7, 2026 19:23 — with GitHub Actions Inactive
@andrzejchm andrzejchm merged commit 97e7d2b into main Apr 7, 2026
3 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.

Bookmark blocks rendered as unknown in notion read output

1 participant