Skip to content

[Bug] Markdown: 3 or more images without a line break in a row do not get parsed correctly #1113

@Tomic-Riedel

Description

@Tomic-Riedel

Bug Description

When there are n (n>2) images in a row and there is no line in between them, only the first image is being shown. This is related to the commit #1012 , which solves the issue of an image following a paragraph without an empty line, but it does not solve the issue of multiple images in a row.

How to Reproduce

Try this markdown and use markdownToDocument().

## Case 1: Images on separate lines, no blank lines between

Only the **first image** renders below:

![Image 1](https://via.placeholder.com/100)
![Image 2](https://via.placeholder.com/100)
![Image 3](https://via.placeholder.com/100)

✅ If we add blank lines between them, all images render:

![Image A](https://via.placeholder.com/100)

![Image B](https://via.placeholder.com/100)

![Image C](https://via.placeholder.com/100)

---

## Case 2: All images in the same line (inline)

Only the **first image** renders:

![Inline 1](https://via.placeholder.com/100) ![Inline 2](https://via.placeholder.com/100) ![Inline 3](https://via.placeholder.com/100)

Expected Behavior

One expects that all images load in any case.

Operating System

Web (Windows)

AppFlowy Editor Version(s)

5.2.0

Screenshots

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions