Line Breaks
Use the [br] tag to insert inline line breaks inside any table cell.
Syntax
STLFirst Line[br]Second LineExample
STL#table
cols: 2
[body]
Address | 123 Main St[br]Suite 400[br]New York, NY 10001
Contact | Jane Doe[br]jane@example.comHow Line Breaks Work
Line breaks are parsed and converted to proper line break elements by STL renderers, allowing you to have multi-line text content within a single table cell without breaking the row layout.
