## Syntax ```mermaid %%{init: { 'theme': 'base', 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR Start((START)) --> CHR[CHR]:::quoted CHR --> End((END)) Start((START)) --> CHAR[CHAR]:::quoted CHAR --> End((END)) ```