append_markdown
Add Markdown content to a Notion page by converting it into Notion blocks and returning the number of blocks created.
Instructions
Append markdown content to a Notion page.
Converts markdown to Notion blocks and appends them.
Args: page_id: The ID of the page to append to markdown: Markdown content to append
Returns: Number of blocks created
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| markdown | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||