daux.io
daux.io copied to clipboard
Mermaid configuration
I want to use Mermaid to make diagrams with custom configurations. Usually, in Mermaid, this is done in the header of the file. However, right now, it is not implemented, and simply does not work:
---
config:
theme: neutral
---
flowchart TD
A --> B
B --> A
Returns a syntax error.