add_paragraph_to_content
Appends a paragraph of text to existing EditorJS content, returning the updated JSON string.
Instructions
Append a paragraph to an existing EditorJS content string.
Args: existing_content: Current EditorJS JSON string (can be empty). text: Paragraph text to append.
Returns: Updated EditorJS JSON string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| existing_content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |