思源笔记社区正在搭建中,现邀您共建SiYuan Community is under construction. Join us to co-build.
### 小标题 段落内容 > 引用内容 - 列表 - 列表
### 小标题
Authorization: Bearer ********************
{ "id": "string" }
curl --location --request POST 'http://127.0.0.1:6806/api/block/getChildBlocks' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "string" }'
{ "code": 0, "msg": "", "data": [ { "id": "20250624143612-ktso543", "type": "p", "content": "段落内容", "markdown": "段落内容" }, { "id": "20250624143616-3fodixd", "type": "b", "content": " 引用内容", "markdown": "> 引用内容" }, { "id": "20250624143623-xvsjume", "type": "l", "subType": "u", "content": " 列表 列表", "markdown": "- 列表\n- 列表" }, { "id": "20250624143628-sretsi7", "type": "c", "content": "console.log('hi')\n", "markdown": "```js\nconsole.log('hi')\n```" } ] }