Skip to content

Markdown problems in Agentflows V2 after flowise@3.1.1 release + no support for tables #6387

@bogdanpop95

Description

@bogdanpop95

Describe the bug

The upgrade from flowise@3.1.0 to flowise@3.1.1, specifically this PR #6021 from the #5527 issue caused my prompt content to be change as follows:

  • **Identity lookups** (`search.ismatch`): TO **Identity lookups** `search.ismatch`):
  • `searchMode`=`"any"` TO `searchMode"any"`
  • `and`/`or` TO `andor`
  • it automatically added line breaks between paragraphs without an initial line break

line1
line2
TO
line 1
empty
line 2

To Reproduce

Also, seems there is no support for Markdown Tables (part of the extended syntax):

Take this raw input:

### Sortable Fields (use in `orderby`)

| Field | Type | Description |
|-------|------|-------------|
| Rating | Edm.Double | Rating score. Order: `Rating desc` |

Paste in the </> Source part and then press Save.
Resulted content:

### Sortable Fields (use in `orderby`)


Paste it in the Edit part and then press Save.
Resulted content:

### Sortable Fields (use in `orderby`)

| Field | Type | Description |

|-------|------|-------------|

| Rating | Edm.Double | Rating score. Order: `Rating desc` |

Expected behavior

A rendered table in the Edit and the original markdown in the </>Source:

Image

Screenshots

No response

Flow

No response

Use Method

Docker

Flowise Version

3.1.2

Operating System

Windows

Browser

Edge

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions