DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
Code blocks in HTML artifacts get syntax highlighting
You'll notice
Useful4Signal2
Artifacts
Code blocks in generated HTML artifacts now get syntax highlighting, within a size budget.
What's wrong with this entry?
Anonymous. No account, no email.
What
Generated HTML artifacts now carry a small inline script that highlights <pre><code> blocks in the browser, subject to a total character budget and a per-block size cap so large artifacts stay responsive.
Details
Each block it handles is tagged with a marker attribute, so a block is never highlighted twice.
Evidence
data-claude-hljs-claimed
Strings lifted out of the shipped bundle, so the claim above can be checked against them.