1 2 3 4 5 6 7 8 9
--- # table columns (required) cols: ["name", "text"] # table rows (required) rows: - ["apple", "red"] - ["banana", "yellow"] - ["grape", "green"]