Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 19:46
bf753c1

v0.4.2 (2026-07-11)

  • Fix codeblock render hook over-escaping " and ' to &#34; and &#39; 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.