daux.io icon indicating copy to clipboard operation
daux.io copied to clipboard

Mermaid configuration

Open khatharsis42 opened this issue 3 months ago • 1 comments

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.

khatharsis42 avatar Sep 30 '25 15:09 khatharsis42