This is an example of a flowchart I can add
this is because I installed mermaid2
this page is to mess around with markdown stuff.
it doesn't actually do anything helpful
graph LR
A[Start] --> B{Error?};
B -->|Yes| C[Hmm...];
C --> D[Debug];
D --> B;
B ---->|No| E[Yay!];