Agent Manager · Files
Rendered markdown now obeys zoom.
One reading control now changes the complete markdown hierarchy—not only body copy. Headings, inline and fenced code, and table cells scale together while keeping their existing proportions.
The boundary is deliberate
Rendered traces already use the same zoom inside TraceView and remain pinned by the browser test. Images and PDF canvases keep their intrinsic pixel scale. Rendered HTML stays untouched because its iframe deliberately has an opaque sandboxed origin; HTML source still zooms as code.
Measured in Chromium
| element | 80% | 150% |
|---|---|---|
| body / table | 11.2px | 21px |
| H1 | 17.6px | 33px |
| H2 | 14.4px | 27px |
| inline / fenced code | 9.86px | 18.48px |