zulip/zulip-flutter
Uploaded files should prepend a space or newline before `[...](...)`
Open
#2,227 opened on Mar 16, 2026
a-composehelp wanted
Repository metrics
- Stars
- (454 stars)
- PR merge metrics
- (Avg merge 25d 15h) (22 merged PRs in 30d)
Description
Uploading a file inserts [...](...)\n\n where the cursor is -- with no proceeding whitespace. We should match the web behaviour of adding a newline before (if it's not at the start of a line already) and one one trailing newline.