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 language support for Mermaid #2852

Closed
cahilfoley opened this issue Apr 8, 2021 · 0 comments · Fixed by #3050
Closed

Add language support for Mermaid #2852

cahilfoley opened this issue Apr 8, 2021 · 0 comments · Fixed by #3050

Comments

@cahilfoley
Copy link

Language
Mermaid is a language for creating diagrams using text and code.

An example is:

graph TD
    A[Start] --> B{Is it?};
    B -->|Yes| C[OK];
    C --> D[Rethink];
    D --> B;
    B ---->|No| E[End];
Loading

Which can be rendered into the diagram:

image

Additional resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant