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