From 69495671b51915d94c54e0cfaac474664ccb8e81 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 25 Oct 2021 18:24:22 -0400 Subject: add articles/table-shortcode-examples --- data/tables/table_shortcode_examples/fruits.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/tables/table_shortcode_examples/fruits.yaml (limited to 'data/tables/table_shortcode_examples/fruits.yaml') 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"] -- cgit v1.2.3