5.92.4

(fix): Resolve image and link destinations delimited by angle brackets, e.g. ![alt](<path/to/image.png>).

5.92.3

(fix): Fix local images being published as build-machine filesystem paths when the alt text contains brackets, e.g. ![Filter [Top N] menu](./assets/image.png). The markdown scanner ended the label at the first ], so the destination was never resolved. Link text with brackets is handled the same way, including an escaped pair in prose (\[Sum of Quantity\]), which previously consumed the next image on the page.

5.92.2

(fix): Fix a oneOf with a discriminator and inline (non-$ref) variants converting to a union with no variants, which made the field render with no variants in the API reference. An inline variant’s discriminant value is now inferred from its own literal discriminant property, and a oneOf whose variants cannot be resolved falls back to an undiscriminated union.