[GH-ISSUE #3383] [Bug] importing a table from markdown file giving error #1502

Closed
opened 2026-03-23 20:50:08 +00:00 by mirror · 3 comments
Owner

Originally created by @Mukund-Tandon on GitHub (Sep 12, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3383

Bug Description

https://github.com/AppFlowy-IO/appflowy-editor/assets/71614009/6ef3c4ee-6d94-40bb-86e5-3d8191271289

As seen in the video If we import a markdown file with a table inside it it will give an error.

How to Reproduce

Take a markdown file with a table in it

Example -

# AppFlowy Test

# Images -
---
- List 1
- List 2
hello cs
## **Multicore Processors**
| S.No. | MultiCore | MultiProcessor |
| --- | --- | --- |
| 1. | A single CPU or processor with two or more independent processing units called cores that are capable of reading and executing program instructions. | A system with two or more CPU’s that allows simultaneous processing of programs. |
| 2. | It executes single program faster. | It executes multiple programs Faster. |
| 3. | Not as reliable as multiprocessor. | More reliable since failure in one CPU will not affect other. |
| 4. | It has less traffic. | It has more traffic. |
| 5. | It does not need to be configured. | It needs little complex configuration. |
| 6. | It’s very cheaper (single CPU that does not require multiple CPU support system). | It is Expensive (Multiple separate CPU’s that require system that supports multiple processors) as compared to MultiCore. |
1. Number list 2

and import this markdown file

Expected Behavior

The error should not be there

Operating System

MacOs

AppFlowy Version(s)

0.3.1

Screenshots

No response

Additional Context

No response

Originally created by @Mukund-Tandon on GitHub (Sep 12, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3383 ### Bug Description https://github.com/AppFlowy-IO/appflowy-editor/assets/71614009/6ef3c4ee-6d94-40bb-86e5-3d8191271289 As seen in the video If we import a markdown file with a table inside it it will give an error. ### How to Reproduce Take a markdown file with a table in it Example - ``` # AppFlowy Test # Images - --- - List 1 - List 2 hello cs ## **Multicore Processors** | S.No. | MultiCore | MultiProcessor | | --- | --- | --- | | 1. | A single CPU or processor with two or more independent processing units called cores that are capable of reading and executing program instructions. | A system with two or more CPU’s that allows simultaneous processing of programs. | | 2. | It executes single program faster. | It executes multiple programs Faster. | | 3. | Not as reliable as multiprocessor. | More reliable since failure in one CPU will not affect other. | | 4. | It has less traffic. | It has more traffic. | | 5. | It does not need to be configured. | It needs little complex configuration. | | 6. | It’s very cheaper (single CPU that does not require multiple CPU support system). | It is Expensive (Multiple separate CPU’s that require system that supports multiple processors) as compared to MultiCore. | 1. Number list 2 ``` and import this markdown file ### Expected Behavior The error should not be there ### Operating System MacOs ### AppFlowy Version(s) 0.3.1 ### Screenshots _No response_ ### Additional Context _No response_
mirror 2026-03-23 20:50:08 +00:00
Author
Owner

@Mukund-Tandon commented on GitHub (Sep 12, 2023):

I would like to work on this

<!-- gh-comment-id:1715614852 --> @Mukund-Tandon commented on GitHub (Sep 12, 2023): I would like to work on this
Author
Owner

@Mukund-Tandon commented on GitHub (Mar 9, 2024):

Hi @annieappflowy , can I work on this issue , I have restarted the work on importers project to complete it and am still facing this issue while importing.

<!-- gh-comment-id:1986846307 --> @Mukund-Tandon commented on GitHub (Mar 9, 2024): Hi @annieappflowy , can I work on this issue , I have restarted the work on importers project to complete it and am still facing this issue while importing.
Author
Owner

@Mukund-Tandon commented on GitHub (Mar 9, 2024):

Appflowy-editor example app

https://github.com/AppFlowy-IO/AppFlowy/assets/71614009/be8ea9bf-94ad-43f7-8a00-390179eda632

Appflowy-

https://github.com/AppFlowy-IO/AppFlowy/assets/71614009/4a711c92-a346-429d-a691-091cb7b1312b

When I am importing the same markdown from appflowy-editor example app I am getting no error , but when importing through Appflowy app I am getting error in the table part

<!-- gh-comment-id:1986852546 --> @Mukund-Tandon commented on GitHub (Mar 9, 2024): Appflowy-editor example app https://github.com/AppFlowy-IO/AppFlowy/assets/71614009/be8ea9bf-94ad-43f7-8a00-390179eda632 Appflowy- https://github.com/AppFlowy-IO/AppFlowy/assets/71614009/4a711c92-a346-429d-a691-091cb7b1312b When I am importing the same markdown from appflowy-editor example app I am getting no error , but when importing through Appflowy app I am getting error in the table part
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#1502
No description provided.