Test 分列: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | |||
| Line 1: | Line 1: | ||
| <graphviz> | <graphviz> | ||
| graph 分列 { | |||
| rankdir=LR;  | |||
| A [shape=record; label="<1> Hi | <2> Hello | <3> Why"] | |||
| B [shape=record; label="<4> 前 | <5> 中 | <5> 后"] | |||
| A:1 -- B:4 | |||
| A:2 -- B:5 | |||
| A:3 -- B:6 | |||
| } | } | ||
| </graphviz> | </graphviz> | ||
Revision as of 15:38, 13 January 2025
