feat: integrate notion-markdown for markdown conversion in NotionHistoryConnector

- Added notion-markdown dependency to pyproject.toml.
- Refactored _markdown_to_blocks method to utilize notion-markdown for converting markdown content to Notion blocks.
- Updated create-notion-page component to replace Loader2Icon with Spinner for improved loading indication.
This commit is contained in:
Anish Sarkar 2026-03-17 23:42:26 +05:30
parent 39ce597907
commit 0b8bee0076
4 changed files with 4254 additions and 4313 deletions

View file

@ -68,6 +68,7 @@ dependencies = [
"deepagents>=0.4.3",
"langchain-daytona>=0.0.2",
"pypandoc>=1.16.2",
"notion-markdown>=0.7.0",
]
[dependency-groups]