AddContentToDocFromMarkdown
Adds markdown content to an existing document by converting it into document blocks.
Input
| Name | Type | Required | Description |
| DocId | String | True | The unique identifier of the doc to add the content to. |
| AfterBlockId | String | False | The unique identifier of the block to insert the markdown content after. |
| Markdown | String | True | The markdown content to add and convert. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| BlockId | String | The document block's unique identifier. |