micro-apps icon indicating copy to clipboard operation
micro-apps copied to clipboard

Testing mermaid

Open xmlking opened this issue 4 years ago • 0 comments

Testing mermaid

  graph LR;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
flowchart LR
   A -- text --> B -- text2 --> C

xmlking avatar Feb 15 '22 17:02 xmlking