utensil / mermaid2dot

Convert mermaid flowchart to Graphviz/Dot syntax
MIT License
14 stars 2 forks source link

would be cool to do the reverse - dot2mermaid #1

Open ciekawy opened 5 years ago

ciekawy commented 5 years ago

wonder how complicated it would be?

luanfonceca commented 2 years ago

+1 to that, even more now that Github allows us to use Mermaidjs to render diagrams in the pull requests:

  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
myudak commented 1 month ago

is there any dot2mermaid