aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.adoc
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-11-30 00:50:45 +0700
committerShulhan <m.shulhan@gmail.com>2020-11-30 00:50:45 +0700
commit25fb8028169690794e752f9732e012ae408da716 (patch)
tree7e6e9556a45590189d68121a3c50090016dedbc9 /testdata/test.adoc
parent650791767f2615472ed0afbf952e9be14e0c4562 (diff)
downloadasciidoctor-go-25fb8028169690794e752f9732e012ae408da716.tar.xz
all: implement table options "footer"
Diffstat (limited to 'testdata/test.adoc')
-rw-r--r--testdata/test.adoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc
index 33ee2d6..8e9c0f3 100644
--- a/testdata/test.adoc
+++ b/testdata/test.adoc
@@ -642,6 +642,21 @@ Cell spanning three columns,
|B2
|===
+=== Footer row
+
+[options="footer"]
+|===
+|A1 |B1
+
+|A2
+|B2
+|===
+
+[options="header,footer"]
+|===
+|A1 |B1
+|===
+
== Horizontal rules