insert_code_block
Add a formatted code block (Courier New, light-gray background) after a specified paragraph. Provide code text and optional language hint.
Instructions
Insert a code-block paragraph after the given paragraph.
The new paragraph uses Courier New 10pt with light-gray background shading.
Args: para_id: paraId of the reference paragraph (new para inserted after it). text: Code text content. language: Optional language hint (stored in return value only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| text | Yes | ||
| language | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |