Append Markdown to a Buildin page
buildin_append_markdownAppend Markdown text as Buildin blocks to a specified page or parent block. Handles headings, lists, task lists, code fences, blockquotes, and inline formatting.
Instructions
Convert a Markdown string into Buildin blocks and append them to the given page/block. Supports headings (# ## ###), lists, task lists, code fences, blockquotes, dividers, and inline bold/italic/code/link. Returns the Buildin response with the created block ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | The page id or parent block id to append to. | |
| markdown | Yes | Markdown source. Each top-level block becomes one Buildin block. | |
| after | No | Optional: id of the existing child to insert after. |