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.63k stars 375 forks source link

The formatting is a bit interesting #543

Open eviathan opened 6 months ago

eviathan commented 6 months ago

Description

The formatting in this file (and I assume others) is a bit ... batty. Is this by design? Can I go in and sort it out?

https://github.com/zzzprojects/html-agility-pack/blob/master/src/HtmlAgilityPack.Shared/HtmlNode.cs

Screenshot 2024-03-11 at 4 21 35 pm

JonathanMagnan commented 6 months ago

Hello @eviathan ,

Sure, go ahead, and we will merge your pull request.

Thank in advance

Best Regards,

Jon