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

V4: Mermaid Codeblocks -- Add Class Diagrams #529

Open
Anarchtism opened this issue Apr 11, 2024 · 0 comments
Open

V4: Mermaid Codeblocks -- Add Class Diagrams #529

Anarchtism opened this issue Apr 11, 2024 · 0 comments
Labels
FR New feature or request view:codeblock:mermaid

Comments

@Anarchtism
Copy link

Is your feature request related to a problem? Please describe.
Mermaid Codeblocks uses flow charts which doesn't show which direction is up, down, prev, or next.

Describe the solution you'd like
I'd like to be able to use Class Diagrams in Mermaid instead of flow charts. Specifically so it can show arrowhead styles based on the relationship.

classDiagram
    class `Test`
    class `Up of test`
    class `Down of test`
    class `Prev of test`
    class `Next of test`
    `Test` o--* `Up of test`
    `Test` *--o `Down of test`
    `Test` <|--> `Next of test`
    `Test` <--|> `Prev of test`
Loading
@SkepticMystic SkepticMystic added FR New feature or request view:codeblock:mermaid labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FR New feature or request view:codeblock:mermaid
Projects
Status: Todo
Development

No branches or pull requests

2 participants