Fix margin-note CSS not loading
The inline-extensions CSS (margin-note, kbd) was registered as a
separate support file (extensions/inline-extensions.css) but the
shell's page <link> only referenced extensions/jon-shell.css — so
margin notes rendered with no styling.
Fix: concatenate inline_extensions_css into the jon-shell.css support
file at registration time. The shell's existing <link> now picks up
both the shell styles and the inline-extension styles in one request.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>