Problem
Task descriptions support multi-line text but render as plain text. We'd like to support basic markdown (bold, italic, links, code).
Proposed solution
- Allow optional task descriptions (currently only titles).
- Render with a sanitized markdown parser (e.g.
marked + DOMPurify) to avoid XSS.
Acceptance criteria
A bounty has been opened for this issue on CodeBounty.
Problem
Task descriptions support multi-line text but render as plain text. We'd like to support basic markdown (bold, italic, links, code).
Proposed solution
marked+ DOMPurify) to avoid XSS.Acceptance criteria
A bounty has been opened for this issue on CodeBounty.