aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.adoc
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-11-24 02:07:56 +0700
committerShulhan <m.shulhan@gmail.com>2020-11-24 02:07:56 +0700
commitd5502ca1b06f72b56709f24fae4fc2d77184be5d (patch)
tree7e721bd5b23eda9df2023558304c1065b794b686 /testdata/test.adoc
parentf14e27f9be408ae34ac7f3d6d15eaa9fbede8cee (diff)
downloadasciidoctor-go-d5502ca1b06f72b56709f24fae4fc2d77184be5d.tar.xz
all: support all column style "a", "e", "h", "l", "m", "d", "s", "v"
Diffstat (limited to 'testdata/test.adoc')
-rw-r--r--testdata/test.adoc12
1 files changed, 10 insertions, 2 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc
index c35dc6d..c700e90 100644
--- a/testdata/test.adoc
+++ b/testdata/test.adoc
@@ -566,8 +566,7 @@ With row columns greater than header,
|Cell in column 3, row 2
|===
-
-=== Column width
+With horizontal and vertical alignment; and width,
[cols="<.<,^.^3,>.>6"]
|===
@@ -580,6 +579,15 @@ With row columns greater than header,
|Cell in column 3, row 2
|===
+With column styles,
+
+[cols="a,e,h,l,m,d,s,v"]
+|===
+|Asciidoc | `emphasis` | header | literal | mono | default | strong | verse
+
+|Asciidoc | emphasis | header | literal | mono | default | strong | verse
+|===
+
== Horizontal rules