Using code blocks and the language “Mermaid” it is possible to create something like flowcharts (and possibly other stuff?) with clickable links to, for example websites or other Notion pages, and by hiding the code part it is possible to just show the graph as a standalone.

flowchart LR
classDef orange fill:orange, stroke:#000, color:black
WAKE([Start]) -.->|test| S{Clickable Link}:::orange
click S "<https://www.google.com>"
graph
a([Start]) -.-> e([Workaround]) -.-> b([Finish])
a([Start]) --> c[Step 1] --> d[Step 2] ---> b

<aside> By Stephen Latest Looking for personal help? Reddit Twitter Found something helpful or interesting? Consider buying me a coffee. Thanks!

</aside>