diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-24 02:07:56 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-24 02:07:56 +0700 |
| commit | d5502ca1b06f72b56709f24fae4fc2d77184be5d (patch) | |
| tree | 7e721bd5b23eda9df2023558304c1065b794b686 /testdata/test.adoc | |
| parent | f14e27f9be408ae34ac7f3d6d15eaa9fbede8cee (diff) | |
| download | asciidoctor-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.adoc | 12 |
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 |
