Markdown Code Formatting: Prevent Unintended Italicization in Code Samples

Resolved 💬 5 comments Opened Jul 11, 2025 by temujin9 Closed Nov 30, 2025

Bug Description
When outputting code samples, Claude is not paying attention to Markdown formatting, and thus snake_case_callsigns are accidentally having weird off-and-on italicization. It should use backticks for code samples.

Environment Info

  • Platform: linux
  • Terminal: konsole
  • Version: 1.0.48
  • Feedback ID: fec06da3-fffb-41cc-9529-aeaea17ef053

Errors

[{"error":"RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded\n    at new NodeError (node:internal/errors:405:5)\n    at Socket.onChildStdout (node:child_process:490:14)\n    at Socket.emit (node:events:517:28)\n    at Socket.emit (node:domain:489:12)\n    at addChunk (node:internal/streams/readable:368:12)\n    at readableAddChunk (node:internal/streams/readable:337:11)\n    at Readable.push (node:internal/streams/readable:278:10)\n    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)","timestamp":"2025-07-11T19:56:18.838Z"},{"error":"Error: Language not supported while highlighting code, falling back to markdown: promql\n    at PF (file:///home/temujin9/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1481:1184)\n    at file:///home/temujin9/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1481:912\n    at Array.map (<anonymous>)\n    at sY (file:///home/temujin9/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1481:903)\n    at Y_2 (file:///home/temujin9/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1957:9730)\n    at ww (file:///home/temujin9/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:65:19804)\n    at jP (file:///home/temujin9/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:67:42569)\n    at SP (file:///home/temujin9/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:67:38118)\n    at ZL (file:///home/temujin9/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:67:38046)\n    at gw (file:///home/temujin9/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:67:37900)","timestamp":"2025-07-11T20:09:58.234Z"}]

View original on GitHub ↗

This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗