- Add an `HtmlNodeOptimizationPass` that does all of the `RazorSyntaxTreeRewriting` that legacy used to achieve outside of `TagHelper`s. - Add tests for `HtmlNodeOptimizationPass` to verify it's executing appropriate bits. #849