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