Skip to content

Incorrect line breaks on markdown comments #1552

@Kaktushose

Description

@Kaktushose

When a markdown comment get's formatted and a line is broken up, comment dashes (//) are used instead of the markdown dashes (///),

Input

/// This exceeds the line limit
public class Foo {...}

Expected

/// This exceeds 
/// the line limit
public class Foo {...}

Actual

/// This exceeds 
// the line limit
public class Foo {...}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions