langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
35.92k stars 4.25k forks source link

fix: fix overflow for lists in markdown render #4720

Closed anovazzi1 closed 1 week ago

anovazzi1 commented 1 week ago

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.