aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.adoc
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-11-29 23:50:32 +0700
committerShulhan <m.shulhan@gmail.com>2020-11-29 23:50:32 +0700
commit650791767f2615472ed0afbf952e9be14e0c4562 (patch)
tree1d1c518af7acffd09f697ed94fd03159b9c96bed /testdata/test.adoc
parent57eac176cf5fb438bdb749913026da25642f1676 (diff)
downloadasciidoctor-go-650791767f2615472ed0afbf952e9be14e0c4562.tar.xz
all: implement table options "header" and "noheader"
Diffstat (limited to 'testdata/test.adoc')
-rw-r--r--testdata/test.adoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc
index 34cb642..33ee2d6 100644
--- a/testdata/test.adoc
+++ b/testdata/test.adoc
@@ -623,6 +623,25 @@ Cell spanning three columns,
|===
+=== Header row
+
+[cols=2*,options="header"]
+|===
+|A1
+|B1
+
+|A2
+|B2
+|===
+
+[cols=2*,options="noheader"]
+|===
+|A1: noheader |B1
+
+|A2
+|B2
+|===
+
== Horizontal rules