yuzutech / kroki

Creates diagrams from textual descriptions!

Home Page:https://kroki.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D2 error - multiboard output cannot be written to stdout

f8dca opened this issue · comments

commented

The following D2 sample diagram in kroki :

how does the cat go?: {
  link: layers.cat
}

layers: {
  cat: {
    meoowww
  }
}

generates this error:
400 err: failed to compile -: multiboard output cannot be written to stdout (exit code 1)