Test label: Difference between revisions

No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<graphviz>
<graphviz>
graph hi {
graph hi {
     A [label="{{{one}}}"]
     A [label="\{\{\{one\}\}\}"]
    B [label="{{{two}}}"]
 
     A -- B
     A -- B
}
}
Line 8: Line 8:


[[Category: Test]]
[[Category: Test]]
label 好像不支持参数。