Michael Ganss
Michael Ganss
Something like this: ``` C# public IEnumerable Search(string text) { ... } ``` where the key is the matched pattern and the value is the start index into the searched...
.EXT files have a section called PQT2. It sounds like it has to do with quantization, but from the data I can't tell what it does 🤷♂
TL;DR HtmlSanitizer depends on AngleSharp.Css whose stable version is not at 1.0 yet and is incompatible with AngleSharp 1.0. If you want to use AngleSharp 1.0, use the latest prerelease...
### Prerequisites - [X] Can you reproduce the problem in a [MWE](https://en.wikipedia.org/wiki/Minimal_working_example)? - [X] Are you running the latest version of AngleSharp.Css? - [X] Did you check the FAQs to...
It seems that CSS comments are not kept in the CSSOM and thus are not preserved when you call `ToCss()` on a previously parsed `CssStyleSheet` object. ```c# var html =...