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:
Screenshots
No response
Flow
No response
Use Method
Docker
Flowise Version
3.1.2
Operating System
Windows
Browser
Edge
Additional context
No response
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:
To Reproduce
Also, seems there is no support for Markdown Tables (part of the extended syntax):
Take this raw input:
Paste in the </> Source part and then press Save.
Resulted content:
Paste it in the Edit part and then press Save.
Resulted content:
Expected behavior
A rendered table in the Edit and the original markdown in the </>Source:
Screenshots
No response
Flow
No response
Use Method
Docker
Flowise Version
3.1.2
Operating System
Windows
Browser
Edge
Additional context
No response