aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/tables/table_shortcode_examples/fruits.yaml9
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"]