Add mermaid chart visualization

Visualize flow charts like this :

graph TD  
  A[Start] --> B{Decision}  
  B -->|Yes| C[Task 1]  
  B -->|No| D[Task 2]  
  C --> E[End]  
  D --> E  

Please authenticate to join the conversation.

Upvoters
Status

Backlog

Board
💡

Feature Requests

Date

12 months ago

Author

cactus8668

Subscribe to post

Get notified by email when there are changes.