demote_list_item
Increase the indentation level of a list item paragraph. Demotes the paragraph to a deeper list level, returning the paragraph ID and new indentation level.
Instructions
Increase the list indentation level (ilvl) of a paragraph by 1, maximum 8.
Returns {para_id, ilvl}. Raises ValueError if paragraph is not a list item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |