### Parameters | Param | Type | Description | | --- | --- | --- | | value | string | Markdown text content, either static text or field name in task data (e.g., $markdown_field) | | [style] | string | CSS style string | | [className] | string | Class name of the CSS style to apply | | [idAttr] | string | Unique ID attribute to use in CSS | | [visibleWhen] | region-selected \| choice-selected \| no-region-selected \| choice-unselected | Control visibility of the content | | [whenTagName] | string | Use with `visibleWhen`. Narrow down visibility by tag name | | [whenLabelValue] | string | Use with `visibleWhen="region-selected"`. Narrow down visibility by label value | | [whenChoiceValue] | string | Use with `visibleWhen` and `whenTagName`. Narrow down visibility by choice value |