python_mermaid icon indicating copy to clipboard operation
python_mermaid copied to clipboard

Support branching patterns?

Open philiporlando opened this issue 5 months ago • 0 comments

I'm looking for a way to use python_mermaid to mimic Mermaid's branching pattern:

a & b --> c --> d & e
flowchart LR
a & b --> c --> d & e

From what I gathered from the docs, python_mermaid does not directly support this pattern? Can you help me understand the least verbose way of creating these Link() objects using this package?

philiporlando avatar Sep 16 '24 22:09 philiporlando