mermaid`graph TD
id1(Look at stuff)-->id2{Is stuff neat?}
id2-->id2A(Yes)-->End(OK, done)
id2-->id2B(No)
id2B-->id3{# of wonders in cavern: enough?}
id3-->id3A(Yes)-->End
id3-->id3B(No)
id3B-->id4(Check gadgets and gismos: plenty?)-->id4A(Yes)-->End
id4-->id4B(No)-->id5(Check whozits and whatzits: galore?)-->id5A(Yes)-->End
id5-->id5B(No)-->id6
id6(Check thingamabobs: >=20?)-->id6A(Yes)-->End
id6-->id6B(No)-->WantMore(I want more...)
`