You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$Connection=New-MermaidGraphNodeConnection-FirstNode $Node1-SecondNode $Node2-Link $Link# Output: ID1[/Frankfurt am Main/]-->|traveling to:|ID2(((PSConfEU2024)))
graph LR
ID1[/Frankfurt am Main/]-->|traveling to:|ID2(((PSConfEU2024)))
Loading
Creating a Graph
$Graph=New-MermaidGraph-Direction LR -NodeConnections $Connection<# Outpout: \`\`\`mermaid graph LR ID1[/Frankfurt am Main/]-->|traveling to:|ID2(((PSConfEU2024))) \`\`\`#>
graph LR
ID1[/Frankfurt am Main/]-->|traveling to:|ID2(((PSConfEU2024)))
graph LR
ID1(Frankfurt am Main)-->|traveling to:|ID2(((PSConfEU2024)))
ID2(((PSConfEU2024)))-.->ID3[[Enjoying for 4 Days]]
ID2(((PSConfEU2024)))-->|traveling home:|ID1(Frankfurt am Main)