[GH-ISSUE #8129] [Bug] table row contains line break is treated as a new row #3578

Closed
opened 2026-03-23 21:31:28 +00:00 by mirror · 0 comments
Owner

Originally created by @JaysonAlbert on GitHub (Jul 21, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8129

Bug Description

table row contains line break is treated as a new row, but in notion, it's treated as same row.

How to Reproduce

a doc that exported from notion contains the following table:

| title | content |
| --- | --- |
| test | line 
break |
title content
test line
break

but this behaiver is actuall consistent with github comment

Expected Behavior

perhaps it should be treated as a single row

Operating System

macOS

AppFlowy Version(s)

0.9.4

Screenshots

No response

Additional Context

No response

Originally created by @JaysonAlbert on GitHub (Jul 21, 2025). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8129 ### Bug Description table row contains line break is treated as a new row, but in notion, it's treated as same row. ### How to Reproduce a doc that exported from notion contains the following table: ``` | title | content | | --- | --- | | test | line break | ``` | title | content | | --- | --- | | test | line break | but this behaiver is actuall consistent with github comment ### Expected Behavior perhaps it should be treated as a single row ### Operating System macOS ### AppFlowy Version(s) 0.9.4 ### Screenshots _No response_ ### Additional Context _No response_
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#3578
No description provided.