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

Problem with 'title' in <a> #90

Open
1950195 opened this issue Aug 13, 2020 · 1 comment
Open

Problem with 'title' in <a> #90

1950195 opened this issue Aug 13, 2020 · 1 comment
Labels
help wanted Issues that the author wants help with

Comments

@1950195
Copy link

1950195 commented Aug 13, 2020

Page broken if the title contains google.com and so on..

Input:

<a title="This is title for google.com" href="http:https://translate.google.com" target="_blank" rel="noopener">this is a link to google</a> 

Output:

<a title="This is title for <a href="http://google.com">google.com</a>" href="http:https://translate.google.com" target="_blank" rel="noopener">this is a link to google</a>

image

similar with #76

@dukelec
Copy link

dukelec commented Aug 25, 2020

See my workaround #92

@alexcorvi alexcorvi added the help wanted Issues that the author wants help with label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Issues that the author wants help with
Projects
None yet
Development

No branches or pull requests

3 participants