Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Ordered-list markdown rendering preserves the original marker punctuation

Ordered markdown lists now keep their original marker style, like '1)' versus '1.', when re-rendered

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.274,
You'll notice

Ordered markdown lists now keep their original marker style, like '1)' versus '1.', when re-rendered

What

When Claude Code re-serializes an ordered (numbered) list item back into markdown text, it now tries to reuse the original list marker punctuation captured from the raw source text — for example keeping 1) as 1) rather than converting it to 1. — and only falls back to a computed numbering scheme if the original marker isn't available.

Why

This preserves the original formatting style of numbered lists instead of silently normalizing all markers to the same punctuation.

See this entry in the whole of v2.1.274 →

Feedback