zzzprojects / html-agility-pack

Html Agility Pack (HAP) is a free and open-source HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT. It is a .NET code library that allows you to parse "out of the web" HTML files.
https://html-agility-pack.net
MIT License
2.65k stars 375 forks source link

HtmlDocument.CreateComment without spaces #528

Closed elgonzo closed 11 months ago

elgonzo commented 11 months ago

Don't add spaces between the comment tokens <!--, --> and the given comment text. (See also https://github.com/zzzprojects/html-agility-pack/issues/525#issuecomment-1856536330)

JonathanMagnan commented 11 months ago

Thank @elgonzo again for your help ;)