diff options
Diffstat (limited to 'data/tables/table_shortcode_examples/fruits.yaml')
-rw-r--r-- | data/tables/table_shortcode_examples/fruits.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/tables/table_shortcode_examples/fruits.yaml b/data/tables/table_shortcode_examples/fruits.yaml new file mode 100644 index 0000000..4009bf2 --- /dev/null +++ b/data/tables/table_shortcode_examples/fruits.yaml @@ -0,0 +1,9 @@ +--- +# table columns (required) +cols: ["name", "text"] + +# table rows (required) +rows: + - ["apple", "red"] + - ["banana", "yellow"] + - ["grape", "green"] |