Skip to content

Generate chart by mermaid script. #21

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

Open
SamirSales opened this issue Oct 29, 2020 · 0 comments
Open

Generate chart by mermaid script. #21

SamirSales opened this issue Oct 29, 2020 · 0 comments

Comments

@SamirSales
Copy link

At the moment, the only way to generate a graph is by inserting an object. Would be cool if we could generate graph by text insertion, as the example below:

graph TD
  A[Christmas] -->|Get money| B(Go shopping)
  B --> C{Let me think}
  C -->|One| D[Laptop]
  C -->|Two| E[iPhone]
  C -->|Three| F[fa:fa-car Car]
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