Skip to content

Issue with table cell escaping #2

Description

@jdeniau

Parsed string containing unescaped backslashes are render weirdly :

Example :

| A\B |

Is represented in the AST as A\\B

The sames escaped string:

| A\\B |

is also represented A\\B, so we can not easily rendered the table cell.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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