DataSrc:T241b: Difference between revisions
No edit summary |
No edit summary |
||
Line 63: | Line 63: | ||
|class=sortable wikitable smwtable | |class=sortable wikitable smwtable | ||
}} | }} | ||
<graphviz> | |||
digraph { | |||
A -> B; | |||
} | |||
</graphviz> |
Revision as of 14:34, 28 March 2025
The SRF Graph printer requires the GraphViz, Diagrams or External Data (with <graphviz> tag defined in Tag emulation mode) extension to be installed.
<graphviz> digraph {
A -> B;
} </graphviz>