Hi Venice team,
On the mobile app, the chat pipeline appears to normalize whitespace by collapsing consecutive newlines. Single line breaks survive, but double newlines (blank lines used for paragraph spacing in Markdown scenes) get reduced, so “paste verbatim / word for word” outputs come back as one dense block even when the input had clear paragraph breaks. Example test:
Paste this word for word:
LINE 1
LINE 2
Result shows as:
LINE 1
LINE 2
(the blank line is lost). The same thing happens with longer Markdown scenes: headers + paragraphs get merged and spacing disappears, making “verbatim” transfer impossible without workarounds. Could you please ensure the mobile app preserves consecutive newlines exactly in both input-to-model and model-to-display paths (and on copy), so paragraph formatting remains intact?
Thanks.
Please authenticate to join the conversation.
New Submission
Bugs
27 days ago

An Anonymous User
Get notified by email when there are changes.
New Submission
Bugs
27 days ago

An Anonymous User
Get notified by email when there are changes.