This pull request adds support for ordered and unordered lists in the ContentDisplay and ChatMessage components. Previously, lists were not properly displayed and could cause overflow. With this change, lists are now rendered correctly and have a maximum width to prevent overflow.
This pull request adds support for ordered and unordered lists in the ContentDisplay and ChatMessage components. Previously, lists were not properly displayed and could cause overflow. With this change, lists are now rendered correctly and have a maximum width to prevent overflow.