story-kit: queue 195_story_preserve_newlines_in_chat_message_submission for merge

This commit is contained in:
Dave
2026-02-25 18:06:18 +00:00
parent ce6a604303
commit 3f7b017f3c

View File

@@ -0,0 +1,19 @@
---
name: "Preserve newlines in chat message submission"
---
# Story 195: Preserve newlines in chat message submission
## User Story
As a user chatting with the bot via the web UI, I want my paragraph formatting (newlines) to be preserved when I submit a message, so that my messages aren't collapsed into a single paragraph.
## Acceptance Criteria
- [ ] Newlines in submitted chat messages are preserved and displayed correctly
- [ ] Multiple paragraphs remain visually separated after submission
- [ ] Single line breaks within text are maintained
## Out of Scope
- TBD