diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-12-05 17:41:27 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-12-05 17:47:02 +0700 |
| commit | 5e86e9517d147874d35311b4eff9a1a3714b31e1 (patch) | |
| tree | bbcabc55bd2894f503555339fb18b19c43da9fe3 /testdata/test.adoc | |
| parent | 7a9f01814f34edc017ce856c57df8300bccd640e (diff) | |
| download | asciidoctor-go-5e86e9517d147874d35311b4eff9a1a3714b31e1.tar.xz | |
all: support setting table stripes styles
Diffstat (limited to 'testdata/test.adoc')
| -rw-r--r-- | testdata/test.adoc | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc index f09d62c..644a84a 100644 --- a/testdata/test.adoc +++ b/testdata/test.adoc @@ -739,6 +739,43 @@ Table with autowidth, |A2|B2|C2 |=== +=== Striping + +[stripes=even] +|=== +|A1|B1|C1 + +|A2|B2|C2 + +|A3|B3|C3 +|=== + +[stripes=odd] +|=== +|A1|B1|C1 + +|A2|B2|C2 + +|A3|B3|C3 +|=== + +[stripes=all] +|=== +|A1|B1|C1 + +|A2|B2|C2 + +|A3|B3|C3 +|=== + +[stripes=hover] +|=== +|A1|B1|C1 + +|A2|B2|C2 + +|A3|B3|C3 +|=== == Horizontal rules |
