Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mermaid flowchart displayed incorrectly after updating to latest version #5869

Open
StefanoMpmc opened this issue Sep 16, 2024 · 0 comments
Open
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@StefanoMpmc
Copy link

Description

System:

Windows 10
VS Code, Version 1.93.0

Since the last update, flowchart displayed incorrectly.

Steps to reproduce

Create simple flowchart (see code sample)

Screenshots

image

Code Sample

flowchart LR;

    A10("📁 AxX-ZQ-Accessories #nbsp; #nbsp; #nbsp; #nbsp;")

        A10 --> A10_B10("📁 3rd-Party #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp;")
            A10_B10 --> A10_B10_C10("📁 1-Wire #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp;")
            A10_B10 --> A10_B10_C20("📁 FTDI #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp; #nbsp;")

classDef styleOrganization fill:#F5B8A4,stroke:#E97132,stroke-width:2px,color:#000000,font-weight:bold
classDef styleRepository fill:#9CCFF5,stroke:#0F9ED5,stroke-width:2px,color:#000000,font-weight:bold
classDef styleSubFolder fill:#A8D5A0,stroke:#4EA72E,stroke-width:2px,color:#000000,font-weight:bold

class A10 styleOrganization;
class A10_B10 styleRepository;
class A10_B10_C10,A10_B10_C20 styleSubFolder;

Setup

  • Mermaid version:
  • Browser and Version: [Chrome, Edge, Firefox]

Suggested Solutions

No response

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

1 participant