Using Claude Code: The unreasonable effectiveness of HTML
The Claude Code team has shifted from using Markdown to HTML for producing outputs. This change is driven by the desire for richer visualizations and easier sharing of content. The team finds HTML to be more effective for their needs as agents become more powerful.
- ▪Markdown has been the dominant format for communication but is increasingly seen as restrictive by the Claude Code team.
- ▪The team prefers HTML for its ability to create richer and more readable outputs.
- ▪HTML allows for better visualizations, color, and diagrams compared to Markdown.
Opening excerpt (first ~120 words) tap to expand
Using Claude Code: The unreasonable effectiveness of HTMLHow and why members of the Claude Code team use HTML instead of Markdown to produce richer, more readable, and easily shareable outputs. .button_main_icon { transition: color 300ms ease; } .button_main_wrap:hover .button_main_icon { color: var(--_button-style---icon-hover); } .button_main_wrap:focus-within .button_main_icon { color: var(--_button-style---text-hover) !important; } .button_main_wrap:focus-within { color: var(--_button-style---text-hover) !important; } .button_main_icon { transition: color 300ms ease; } .button_main_wrap:hover .button_main_icon { color: var(--_button-style---icon-hover); } .button_main_wrap:focus-within .button_main_icon { color: var(--_button-style---text-hover) !important; }…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Claude.