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