We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i use @mermaid-js/parser
its error
import {parse} from '@mermaid-js/parser'
const mermaidGraph = graph TD A[Start] --> B{Is it?} B -- Yes --> C[OK] B -- No --> D[Not OK]; parse('info', mermaidGraph)
graph TD A[Start] --> B{Is it?} B -- Yes --> C[OK] B -- No --> D[Not OK]
No response
The text was updated successfully, but these errors were encountered:
Parser does not support graph/flowchart yet. We are gradually migrating the diagrams.
Sorry, something went wrong.
Does parser support erDiagram?
Not yet. You can find the list of diagrams here.
No branches or pull requests
Description
when i use @mermaid-js/parser
its error
Steps to reproduce
import {parse} from '@mermaid-js/parser'
const mermaidGraph =
graph TD A[Start] --> B{Is it?} B -- Yes --> C[OK] B -- No --> D[Not OK]
;parse('info', mermaidGraph)
Screenshots
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: