Skip to content

Commit 2720b15

Browse files
committed
Add some options
1 parent 1f7dec8 commit 2720b15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

layouts/shortcodes/tomlToTable.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
{{< tomlToTable >}}
66

7+
caption = 'Table caption'
8+
align = [ "left", "left", "right" ]
9+
header-rows = 1
10+
footer-rows = 3
11+
stub-columns = 1
12+
713
[[row]]
814
type = 'header'
915

0 commit comments

Comments
 (0)