mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-17 13:13:35 +08:00
- highlightAuto was misdetecting plain text (file trees, command output) as code and applying wrong syntax colors (red keywords, green tags, etc.) - Now only highlights when language is explicitly specified and known to hljs - Code blocks without a specified language render as clean plain text - Line numbers hidden for plain text blocks (only shown for actual code) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>