
Enjoying the process of creating these diagrams. Like this one:
flowchart LR
id1(the text)
id2[text in box?]
id3{{ideas}}
id1 --> id2
subgraph Third
id2 -..-> id3
end
id4((Another)) ===>
id5[/Trapezoid\]
id4-->id6
id1--text inside-->id4
subgraph Four
a & b --> c & d
end
direction TB
id2 --> id4
Report

