Line breaks are added with "<\br>" in the node description
%%{init: {'theme': 'dark'}}%%
flowchart TD;
A{{Get Started!}} --> B[Load a Character Sheet PDF]
B ---> |"from D&DBeyond"|C[Click on a Node to Edit the Flowchart]
C --> E([Add: creates a child Node])
C --> F([Delete: deletes node and all descendents])
C --> G([Edit: Edit Node description])