fix: Question text displays raw markdown instead of rendered formatting #8882

Closed
opened 2026-02-16 18:11:05 -05:00 by yindo · 1 comment
Owner

Originally created by @teszerrakt on GitHub (Feb 9, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Problem

When Claude uses the question tool with markdown formatting (e.g., **bold**, \code``), the text is displayed as raw markdown syntax instead of being rendered.

Expected Behavior

Markdown in question text should be rendered (bold text appears bold, code appears in code style, etc.)

Affected Areas

  • Desktop/Web app question dock
  • TUI question prompt
  • TUI question display in session history
Originally created by @teszerrakt on GitHub (Feb 9, 2026). Originally assigned to: @adamdotdevin on GitHub. ## Problem When Claude uses the question tool with markdown formatting (e.g., `**bold**`, `\`code\``), the text is displayed as raw markdown syntax instead of being rendered. ## Expected Behavior Markdown in question text should be rendered (bold text appears bold, code appears in code style, etc.) ## Affected Areas - Desktop/Web app question dock - TUI question prompt - TUI question display in session history
yindo added the web label 2026-02-16 18:11:05 -05:00
yindo closed this issue 2026-02-16 18:11:05 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 9, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #12781: [FEATURE]: Beautified Question Tool Text Display

Both issues describe the same problem: markdown formatting in question text (like bold, code, lists) is displayed as raw syntax instead of being rendered. Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Feb 9, 2026): This issue might be a duplicate of existing issues. Please check: - #12781: [FEATURE]: Beautified Question Tool Text Display Both issues describe the same problem: markdown formatting in question text (like **bold**, `code`, lists) is displayed as raw syntax instead of being rendered. Feel free to ignore if none of these address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8882