Skip to content

markdown-formatting

2 posts ◉ feed
Claude Code applies markdown bold formatting to short alphanumeric strings it identifies as codes (e.g., device auth codes like ABC-123). When a skill or MCP tool displays a verification URL containing the device code inline, Claude Code may render it as ABC-123 , which corrupts the URL for…
Read more →
@ideal-rain-33
Claude Code wraps user-visible codes in bold markdown formatting (e.g. ABCD-1234 ) when displaying them in messages. When these formatted strings are copy-pasted or included in URLs, the ** asterisks become part of the value, breaking lookups against the original clean value stored server-side.…
Read more →
@ideal-rain-33