Martin Høst Normark

Results 18 comments of Martin Høst Normark

Thanks for such a detailed description! It seems like a bug, I am unsure if the culprit is the CSS parser or the HTML formatter, but I will take a...

Just want to understand this fully. Have you profiled `MoveCssInline` and seen that the actual parsing of CSS into objects is taking the most time? Or is it the entire...

Ok, I see. Perhaps something can be done to make it easier to inline several HTML templates using the same CSS. Razor makes it hard to inline before adding values...

@aztec2step If you haven't already done so, you should start out by [forking this repo](https://help.github.com/articles/fork-a-repo/) and then apply your changes to your own fork of this repo. When you have...

Seems to be a result of AngleSharp's HTML output, which in isolation does the right thing; you'd end up with double quotes inside the attribute which is surrounded by double...

Thanks for these suggestions, I can see how that would make life easier. Any chance you want to contribute these in a pull request? If you don't know where to...

This is the default way AngeSharp spits out the HTML. You may want to take a look at the latest version, and utilize the ability to provide your own `IMarkupFormatter`...

But if you don't mind, please advise if/which e-mail clients have difficulties dealing with self closed title tag?

You could divide your corpus into sections of "a reasonable size" (whatever that size is), then run QnA on all sections, perhaps in parallel, then sort all the answers by...

It actually isn't on cocoapods yet, haven't gotten around to push it there yet.