-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
nested html links are broken with parse_block_html #137
Comments
Current implementation of |
After a deep look into the source code, the root cause is when parsing the html body with I am glad to send a pull request |
@frostming yes, please. |
This was referenced Dec 6, 2017
This was referenced Feb 1, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is a variant of #81
will generate:
if escape is toggled to True, it is also broken:
'<div><a href="<a href="https://example.com">Example.com">https://example.com">Example.com</a></a></div>
The text was updated successfully, but these errors were encountered: