Support line break syntax (<br> / single newline) in titles[].description for self-service action forms
M
Marco Brazzolotto
When using titles[].description inside a Port self-service action form (via the Terraform port_action resource or API), there is currently no supported way to insert a simple line break. Single newlines (\n) render as a space, <br> HTML tags are not rendered, and the only visible separation achievable is a full paragraph break (\n\n), which produces unwanted extra vertical spacing between blocks.
This makes it difficult for action builders to format multi-line instructional text clearly, for example, listing example URLs or providing step-by-step guidance within a title description.
The current workaround is to move such content to input.description (the gray subtext under the field label), where \n does work as a line break. However, this is not always a suitable substitute for a title-level description.
Hence, request support for a simple line break syntax (e.g., \n or <br>) within titles[].description, so that action builders can relay clear, well-formatted instructions to developers executing self-service actions.