- rely on AngleSharp for the parsing
- drop support for .NET 3.5
- optimize number of nested list numbering (thanks to BenGraf)
- fix an issue where some styles weren't being applied
- fix reading JPEG images with SOF2 progressive DCT encoding
- fix nested list numbering
- fix manual provisioning of images
- img respect both border attribute and border style attribute
This brings .Net Core support:
- better inline styling
- numbering list with nested list is more stable
- allow parsing unit with decimals
- color can be either rgb(a), hsl(a), hex or named color.
- parser is more stable
- imported from codeplex.com