You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.4.2 (2026-07-11)
Fix codeblock render hook over-escaping " and ' to " and ' in markup.inner, breaking shiki and other downstream highlighters that don't decode quote entities. Codeblock inner content is element content (inside <alloy-code>…</alloy-code>), where only &, <, and > need escaping — quote characters are safe and must pass through as literal characters. The markup.language field continues to use full HTML attribute escaping since it lands in a lang="…" attribute.