-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
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
Labels
No labels