You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am using HtmlAgilityPack to check for html syntax errors in my app. But the problem is that if the Html document contains for example a
tag that wasn’t closed, the code doesnt show parse error. But it shows parse error if theres an unopened closed tag, for example a tag. Is there any way to solve this?
The text was updated successfully, but these errors were encountered:
Hey, I am using HtmlAgilityPack to check for html syntax errors in my app. But the problem is that if the Html document contains for example a
The text was updated successfully, but these errors were encountered: