story-kit: queue 196_story_render_code_fences_in_user_chat_messages for QA

This commit is contained in:
Dave
2026-02-25 18:02:09 +00:00
parent df4b8f12ba
commit 1ba0027d97

View File

@@ -1,19 +0,0 @@
---
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