Skip to content

Pipe character not escaped #49

@jerylvaz

Description

@jerylvaz
/**
 * Foo method
 * @param bar Some argument with | in description
 */
public foo (bar: number | string): void {
}

Parameter table generated as

| bar | `number` | `string` |  Some argument with | in description |

instead of

| bar | `number` \| `string` |  Some argument with \| in description |

Escape sequence missing for union types and pipe chars in method description.

Version:
[email protected]
[email protected]

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