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.
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:
Additional Information
Gradual rollout can be managed via the #2.