mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
579c9f66b7
This commit updates the `remark` packages to v12 instead of the latest (v13), because v13 is a major breaking change that requires more investigation and work. More specifically, v13 replaces the internals of `remark` with a new CommonMark-compliant parser. (See their [release notes][1] for more info.) This change causes our old `remark` plugins (in [renderMarkdown.js][2]) to stop working. [1]: https://github.com/remarkjs/remark/releases/tag/13.0.0 [2]: https://github.com/angular/angular/blob/d42019d4128ca0d9f233a085bfe838f93f8d0412/aio/tools/transforms/remark-package/services/renderMarkdown.js#L17-L24 PR Close #41721 PR Close #41862
8.6 KiB
8.6 KiB