Skip to content

feat: markdown support in chat messages #8

@Mopsgamer

Description

@Mopsgamer

Summary

Enable users to format messages using Markdown.

Feature Details

Markdown support will allow users to use bold, italic, lists, and other text formatting
options in messages.

Proposed approach:

  • Implement a Markdown parser on the frontend.
  • Sanitize Markdown to prevent security risks (e.g., XSS attacks).
  • Ensure rendered Markdown is displayed consistently.

Additional Information

Gradual rollout can be managed via the #2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions