Skip to content

Instantly share code, notes, and snippets.

@aitor
Forked from martinwoodward/mermaid.md
Last active June 15, 2023 13:36
Show Gist options
  • Save aitor/07342d679a3f990a71991d38acfd9745 to your computer and use it in GitHub Desktop.
Save aitor/07342d679a3f990a71991d38acfd9745 to your computer and use it in GitHub Desktop.
GitHub HTML Rendering Pipeline
flowchart TB
    "Failed Payment delivery"-->Policies
    subgraph Retry System
    Policies-->Retrier
    end
    Retrier-->"Selected Action"

Loading
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment