mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
68.69k stars 6.07k forks source link

Automatic text wrapping in block-beta diagram generates error #5531

Open HeinvR opened 1 month ago

HeinvR commented 1 month ago

Description

when i use a block-beta diagram i get the following error when trying to use automatic text wrapping

Parse error on line 3: ...columns 1 id2["`A formatted text... ... ----------------------^ Expecting 'STR', got 'MD_STR'

Steps to reproduce

block-beta columns 1 id2["A formatted text... with **bold** and *italics*"]

Screenshots

No response

Code Sample

block-beta
    columns 1
    id2["`A formatted text... with **bold** and *italics*`"]

Setup

Suggested Solutions

No response

Additional Context

No response