Skip to content

Fix markdown rendering in task descriptions #3

@codebounty-local-platformapp

Description

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

  • Descriptions accept multi-line markdown
  • Output is sanitized
  • Links open in a new tab

A bounty has been opened for this issue on CodeBounty.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions