Skip to content

= in attribute value are removed #70

@jrchudy

Description

@jrchudy

When including an = in the value of an attribute, the = is parsed out. Different escaping mechanisms were ignored (link='...' and \=).

Example input:

**Bold Link** {link=/some/page/in/app/id=1}

Current output:

<p link="/some/page/in/app/id1"><strong>Bold Link</strong></p>

Expected output:

<p link="/some/page/in/app/id=1"><strong>Bold Link</strong></p>

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