v0.4.2
Patch Changes
- Fix codeblock render hook over-escaping
"and'to"and'inmarkup.inner, breaking shiki and other highlighters that don’t decode quote entities. Codeblock inner content sits inside element tags (<alloy-code>…</alloy-code>), where only&,<, and>need escaping — quote characters pass through as literals.markup.languagekeeps full HTML attribute escaping since it lands in alang="…"attribute.