Skip to content

Feature request: preserve GFM alert blocks in JSDoc descriptions #256

Description

@alabsi91

Feature request: preserve GFM alert blocks in JSDoc descriptions

When a JSDoc description contains a GFM alert block like:

/**
 * > [!NOTE]Please Note
 * > Some important note.
 * > More details here.
 */

The current formatter collapses the lines.

/**
 * > [!NOTE]Please Note Some important note. More details here.
 */

Expected behavior: alert blocks should be left as-is.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions