mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
39800c1768
NOTE: This [version][1] includes a breaking fix ([commit b0b1ba5c5][2]), which turns sanitization on by default. Since, we don't need sanitization (the HTML is authored by docs authors and tooling and should be safe), this commit restores the old behavior by setting the [sanitize][3] option to `false`. [1]: https://github.com/remarkjs/remark-html/releases/tag/13.0.2 [2]: https://github.com/remarkjs/remark-html/commit/b0b1ba5c55a58b26bbe1ca3b6def18e95dbbd89e [3]: https://github.com/remarkjs/remark-html#optionssanitize PR Close #43435