mmdflux 2.0.1

Render Mermaid diagrams as Unicode text, ASCII, SVG, and MMDS JSON.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://opencode.ai/config.json",
  "lsp": {
    "rust": {
      "command": ["rust-analyzer"],
      "initialization": {
        "check": {
          "overrideCommand": ["cargo", "xtask", "lint", "--json"]
        }
      }
    }
  }
}