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

UML inheritence look #3527

Closed
vallsv opened this issue Sep 28, 2022 · 1 comment · Fixed by #3543
Closed

UML inheritence look #3527

vallsv opened this issue Sep 28, 2022 · 1 comment · Fixed by #3543
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@vallsv
Copy link
Contributor

vallsv commented Sep 28, 2022

Describe the bug

Hi,

I have noticed that the merrmaid documentation and github integration are not using the right arrow for inheritance.

An UML inhertence arrow is supposed to be an empty triangle.

Mermaid displays it with a filled triangle.

classDiagram
classA <|-- classB : Inheritance
Loading

Do you think that's something which could be fixed?
With the actual --|> syntax? Or optional another one?
I maybe could take a look at it.

Expected behavior

image

Screenshots

image

Code Sample

classDiagram
classA <|-- classB : Inheritance
@vallsv vallsv added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Sep 28, 2022
@michalspano
Copy link

+1; please revisit this issue and the PR associated.

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

Successfully merging a pull request may close this issue.

2 participants