aboutsummaryrefslogtreecommitdiff
path: root/data/tables/table_shortcode_examples/fruits.yaml
blob: 4009bf22378332484e0db8d28b2118a07c829ea9 (plain)
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"]