story-kit: done 196_story_render_code_fences_in_user_chat_messages

This commit is contained in:
Dave
2026-02-25 18:10:26 +00:00
parent 1055e44cc6
commit e35075cce5

View File

@@ -0,0 +1,19 @@
---
name: "Render code fences in user chat messages"
---
# Story 196: Render code fences in user chat messages
## User Story
As a user chatting with the bot via the web UI, I want code fences (```) in my messages to be rendered as formatted code blocks, so that code snippets I share are readable.
## Acceptance Criteria
- [ ] Code fences in user messages are rendered as styled code blocks
- [ ] Inline code with single backticks is also rendered appropriately
- [ ] Rendered code blocks are visually distinct from regular text
## Out of Scope
- TBD