mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Parse all `<img>` tags, during doc-gen, and insert the width and height of the sourceed image, if neither are already specified. Warnings are reported if the `<img>` tag has no `src` attribute or the image cannot be loaded. The work is done in the `addImageDimensions` post-processor, which must be configured with a `basePath` so that it knows where to find the images. Closes #15888 |
||
|---|---|---|
| .. | ||
| checkUnbalancedBackTicks.js | ||
| checkUnbalancedBackTicks.spec.js | ||
| convertToJson.js | ||
| convertToJson.spec.js | ||
| copyContentAssets.js | ||
| copyContentAssets.spec.js | ||
| createOverviewDump.js | ||
| fixInternalDocumentLinks.js | ||
| fixInternalDocumentLinks.spec.js | ||
| generateKeywords.js | ||
| generateKeywords.spec.js | ||