Skip to content

Implement issue #144 item 1: render markdown in user messages#147

Closed
anaghnair wants to merge 1 commit intocloudflare:mainfrom
anaghnair:codex/issue-144-user-markdown
Closed

Implement issue #144 item 1: render markdown in user messages#147
anaghnair wants to merge 1 commit intocloudflare:mainfrom
anaghnair:codex/issue-144-user-markdown

Conversation

@anaghnair
Copy link

@anaghnair anaghnair commented Mar 6, 2026

Part of #144

Implements item 1 from the feature request: markdown rendering for user messages.

Summary

This updates user message rendering so markdown is displayed consistently on both sides of the chat.

  • Wrap user message text in Streamdown
  • Keep user message rendering static with isAnimating={false}
  • Keep markdown controls hidden with controls={false}
  • Leave the existing assistant streaming behavior intact

Verification

  • npm run check
  • Started the app locally with npm run dev
  • Verified in Chrome using agent-browser skill
  • Confirmed user-side markdown rendering for:
    • bold text
    • inline code
    • links
    • lists

Screenshots

Screenshots for the working fix are attached in the comments below.

@anaghnair anaghnair force-pushed the codex/issue-144-user-markdown branch from 9fd9873 to c70bd3f Compare March 7, 2026 09:03
@anaghnair anaghnair changed the title Render markdown in user messages Implement issue #144 item 1: render markdown in user messages Mar 7, 2026
@anaghnair
Copy link
Author

Verification screenshots for issue #144 item 1:

Bold

Bold rendering

Inline code

Inline code rendering

Link

Link rendering

List

List rendering

@anaghnair anaghnair closed this Mar 8, 2026
@anaghnair anaghnair deleted the codex/issue-144-user-markdown branch March 8, 2026 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant