Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dafanasiev
Copy link

Describe the pull request

Update mermaid-js to 11.9.0 ( main branch) because old version cant render some mermaid diagrams with modern features (see Test plan below).

Possible fix issue: #7409

Checklist

  • I agree to follow the Code of Conduct by submitting this pull request.
  • I have read and acknowledge the Contributing guide.
  • I have added test cases to cover the new code or have provided the test plan.

Test plan

  1. Create repo with README.md:
This is mermaid diagram:

```mermaid
sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!

    box #ffffff
    participant Alice
    end
```

Did you see it?
  1. View repo in web ui
  2. You should see correct rendered sequence diagram like:
sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!

    box #ffffff
    participant Alice
    end
Loading

@dafanasiev dafanasiev requested a review from unknwon as a code owner July 24, 2025 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant