Flowchart written as text

nos-user · · HTML

About

Flowchart written as text. A document in a single HTML file, with diagram. Open it in the browser, or copy it into a NOS workspace and edit it.

More like this

Document text

Approval flow written as text

The diagram is nine lines of text. Edit the text and the picture changes.

flowchart TD
  A[Request filed] --> B{Under 1M?}
  B -- Yes --> C[Team lead approves]
  B -- No --> D[Finance reviews]
  D --> E{Budget left?}
  E -- Yes --> C
  E -- No --> F[Rejected]
  C --> G[Purchase order]
  G --> H[Delivered]

Built with Mermaid · MIT · Knut Sveidqvist