86d979046bfe2e319f8333d14aa209343ed09f4e
tailwind's preflight resets `list-style: none` on every ul/ol, and none of the three prose scopes put it back. the indent was there, so a bulleted list just looked tight — but an ORDERED list rendered with no numbers at all, which reads as the model having emitted broken markdown. pasting the same text into an editor showed it numbered correctly, which is the tell. the `li::marker` rules were colouring a marker that was never drawn. fixed in .chat-md, .file-viewer-md and .skill-md, plus the inline .markdown-preview block in MarkdownEditor, which had the same hole. nested levels follow the usual convention (disc/circle/square, decimal/alpha/roman) and task-list items drop the bullet, since the checkbox is already the marker. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%