story-kit: start 196_story_render_code_fences_in_user_chat_messages

This commit is contained in:
Dave
2026-02-25 17:55:57 +00:00
parent e98b92a7c5
commit 342795e41d

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