-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
and other escape sequences are saved incorrectly when using XHTML mode #466
Comments
Hello @Mertsch , This is expected since this is how a There is indeed some change possible that we could do as discussed here: #456 but if we talk purely Best Regards, Jon Sponsorship Performance Libraries Runtime Evaluation |
Hello @JonathanMagnan Thank you very much for your explanation and time. I do understand now, that HTML The linked issue #456 I do not fully understand. It seems there is the "backwards compatible" flag which specifically keeps |
Hello @Mertsch , My bad, I just saw the part about the That Best Regards, Jon |
I do not have this trouble, if I use |
I have chosen to go with https://github.com/AngleSharp/AngleSharp and this issue is no longer relevant to me. If you want to close it, feel free to do so. |
Hello @Mertsch , We will close this issue in this case. AngleSharp is a great library, so surely I understand your choice. Best Regards, Jon |
1. Description
As you can see
is saved as 
. Same goes for other HTML escape sequences, but not all 🤪The text was updated successfully, but these errors were encountered: