Mermaid Diagram Generator — illustrative example INPUT Process: receive a request, review it, then either approve or ask for revision. RESULT flowchart TD A[Receive request] --> B{Meets requirements?} B -- Yes --> C[Approve] B -- No --> D[Request revision] Validate this syntax in the target Mermaid renderer before sharing. REVIEW A Mermaid diagram should encode relationships clearly and use syntax supported by the target renderer. Validate it in that renderer and keep labels faithful to the supplied process. This is a teaching example, not a live execution record.