mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, our auto-linking feature would match `http` in URLs (such as `http://...`) to the `common/http` package and automatically create a link to that, which was undesirable. While it is possible to work around that via `<code class="no-auto-link">http://...</code>`, most people didn't even realize the issue. Since in this case it is possible to reliably know it is a false match, this commit fixes it by applying a custom auto-link filter that ignores all docs for `http`, if it comes before `://`. Fixes #31012 PR Close #31051 |
||
|---|---|---|
| .. | ||
| add-image-dimensions.js | ||
| add-image-dimensions.spec.js | ||
| auto-link-code.js | ||
| auto-link-code.spec.js | ||
| autolink-headings.js | ||
| autolink-headings.spec.js | ||
| h1-checker.js | ||
| h1-checker.spec.js | ||