Test graphviz: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 January 2025

14 January 2025

  • curprev 09:4609:46, 14 January 2025Mwroot talk contribs 1,683 bytes +20 No edit summary
  • curprev 09:4509:45, 14 January 2025Mwroot talk contribs 1,663 bytes +1,663 Created page with "<graphviz> digraph G { rankdir=LR; root [label="Root"]; root -> branch1 [label="To Branch 1"]; root -> branch2; branch1 -> subbranch1; branch1 -> subbranch2; branch2 -> subbranch3; } </graphviz> <graphviz> digraph MindMap { rankdir=LR; node [shape=box, style=filled, color=lightblue]; MainTopic [label="Main Topic"]; MainTopic -> Idea1 [label="Branch 1"]; MainTopic -> Idea2; Idea1 -> SubIdea1 [label="Leaf 1"]; Idea1 -> S..."