pandoc -s --toc --bibliography ~/Google_Drev/citations/all.json --filter pandoc-citeproc --filter mermaid-filter -M lang:da filename.md
graph TD A[Client] --> B[Load Balancer] B --> C[Server01] B --> D[Server02]