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

Class diagrams not support nested multiple generic parameters type #5000

Closed
immortal-boy opened this issue Oct 31, 2023 · 2 comments
Closed
Assignees
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@immortal-boy
Copy link

immortal-boy commented Oct 31, 2023

Description

When I write a class which has a member which type is B<C, D<E,F>> like this:

classDiagram
    class A {
      B~C, D~E, F~~ a
    }

The type become B<C, D>E, F<> a. How can I get a B<C, D<E,F>> type.

Steps to reproduce

mermaid_live_example

Screenshots

No response

Code Sample

No response

Setup

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

Suggested Solutions

No response

Additional Context

No response

@immortal-boy immortal-boy added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Oct 31, 2023
@sidharthv96
Copy link
Member

cc @jgreywolf

@jgreywolf jgreywolf added include roadmap items to add to roadmap for auto workflow and removed include roadmap items to add to roadmap for auto workflow labels Nov 16, 2023
@jgreywolf jgreywolf self-assigned this Dec 6, 2023
@jgreywolf
Copy link
Contributor

Duplicate of #4937

@jgreywolf jgreywolf marked this as a duplicate of #4937 Dec 11, 2023
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

3 participants