Skip to content

Enable Markdown Support in chat_view Package #54

@jay23794

Description

@jay23794

Is your feature request related to a problem? Please describe.
Yes, the chat_view package does not support rendering of markdown text. I'm often frustrated when I try to display formatted messages with markdown (like bold, italic, links, or code blocks), but they appear as plain text instead.

Describe the solution you'd like
It would be great if the chat_view package could natively support rendering markdown text, so that messages with markdown formatting are displayed correctly in the chat interface.

Describe alternatives you've considered
As an alternative, I've tried preprocessing the markdown text into HTML or plain text, but this is cumbersome and inconsistent, especially for complex markdown structures.

Additional context
Adding markdown rendering support would improve the readability and user experience significantly. If possible, supporting common markdown features such as headings, lists, links, and code blocks would be ideal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions