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