zulip/zulip-flutter

Uploaded files should prepend a space or newline before `[...](...)`

Open

#2,227 opened on Mar 16, 2026

 (1 comment) (0 reactions) (0 assignees)Dart (456 forks)github user discovery
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.

CZO discussion.

Contributor guide