Description
Users can write comments and project reviews using Markdown, but they cannot see how it will look until they actually hit submit.
Proposed Solution
- Add a "Write" and "Preview" tab above the comment
textarea (similar to GitHub's UI).
- When "Preview" is active, render the markdown string using
react-markdown.
- Ensure proper sanitization is applied during the preview.
Expected Outcome
A much better UX for users authoring long-form technical reviews.
Description
Users can write comments and project reviews using Markdown, but they cannot see how it will look until they actually hit submit.
Proposed Solution
textarea(similar to GitHub's UI).react-markdown.Expected Outcome
A much better UX for users authoring long-form technical reviews.