diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-25 18:24:22 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-25 18:24:22 -0400 |
commit | 69495671b51915d94c54e0cfaac474664ccb8e81 (patch) | |
tree | af4d103813fd5e48d178f3abcbe74c5a7214eaf4 /data | |
parent | e502749cfcd805110c49f02bae03fe8171801d5c (diff) | |
download | pablotron.org-69495671b51915d94c54e0cfaac474664ccb8e81.tar.bz2 pablotron.org-69495671b51915d94c54e0cfaac474664ccb8e81.zip |
add articles/table-shortcode-examples
Diffstat (limited to 'data')
-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"] |