Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

= in attribute value are removed #70

Closed
jrchudy opened this issue Jul 9, 2018 · 2 comments · Fixed by #71
Closed

= in attribute value are removed #70

jrchudy opened this issue Jul 9, 2018 · 2 comments · Fixed by #71

Comments

@jrchudy
Copy link

jrchudy commented Jul 9, 2018

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>
@arve0
Copy link
Owner

arve0 commented Jul 10, 2018

Thanks for reporting, I'm looking into it.

@arve0
Copy link
Owner

arve0 commented Jul 10, 2018

Fixed in v2.3.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants