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

Add support for Mermaid diagram syntax for "Create Dependency Graph" command #298

Open
sergeyol opened this issue Mar 25, 2024 · 0 comments

Comments

@sergeyol
Copy link

Mermaid diagrams are very similar in syntax to GraphViz (so it would be fast to implement), and are supported out-of-the-box by Github and Azure Devops markdown engines.

Here is an example of a syntax:

flowchart TD;
LIB[Library App]
APP1[App 1]
APP2[App 2]

LIB --> APP1
LIB --> APP2
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

No branches or pull requests

1 participant