Sha256: ca6022ad04d9233d7cb7048af85129f0b988f229c581c5cb04d9c42c5fd34fbd

Contents?: true

Size: 1.34 KB

Versions: 13

Compression:

Stored size: 1.34 KB

Contents

= Table styles

== Default table with header

[cols=2*,options=header]
|===
| Header 1
| Header 2

| Row 1, Col1
| Row 1, Col2

| Row 2, Col1
| Row 2, Col2

|===

== Frames

=== Frame none

[cols=2*,frame=none,options=header]
|===
| Header 1
| Header 2

| Row 1, Col1
| Row 1, Col2

| Row 2, Col1
| Row 2, Col2

|===

=== Frame sides

[cols=2*,frame=sides,options=header]
|===
| Header 1
| Header 2

| Row 1, Col1
| Row 1, Col2

| Row 2, Col1
| Row 2, Col2

|===

=== Frame topbot

[cols=2*,frame=topbot,options=header]
|===
| Header 1
| Header 2

| Row 1, Col1
| Row 1, Col2

| Row 2, Col1
| Row 2, Col2

|===

== Grid

=== Grid none

[cols=2*,grid=none,options=header]
|===
| Header 1
| Header 2

| Row 1, Col1
| Row 1, Col2

| Row 2, Col1
| Row 2, Col2

|===

=== Grid cols

[cols=2*,grid=cols,options=header]
|===
| Header 1
| Header 2

| Row 1, Col1
| Row 1, Col2

| Row 2, Col1
| Row 2, Col2

|===

=== Grid rows

[cols=2*,grid=rows,options=header]
|===
| Header 1
| Header 2

| Row 1, Col1
| Row 1, Col2

| Row 2, Col1
| Row 2, Col2

|===

== Combo

=== Grid none, frame none

[cols=2*,grid=none,frame=none,options=header]
|===
| Header 1
| Header 2

| Row 1, Col1
| Row 1, Col2

| Row 2, Col1
| Row 2, Col2

|===

== Alignments

[cols="^,<,>", options="header"]
|===

| Name
| Description
| Version

| Asciidoctor
| Awesome way to write documentation
| 2.0.4
|===

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
asciidoctor-revealjs-5.1.0 examples/tables-styles.adoc
asciidoctor-revealjs-5.0.1 examples/tables-styles.adoc
asciidoctor-revealjs-5.0.0.rc1 examples/tables-styles.adoc
asciidoctor-revealjs-4.1.0 examples/tables-styles.adoc
asciidoctor-revealjs-4.1.0.rc5 examples/tables-styles.adoc
asciidoctor-revealjs-4.1.0.rc4 examples/tables-styles.adoc
asciidoctor-revealjs-4.1.0.rc3 examples/tables-styles.adoc
asciidoctor-revealjs-4.1.0.rc2 examples/tables-styles.adoc
asciidoctor-revealjs-4.0.1 examples/tables-styles.adoc
asciidoctor-revealjs-4.0.0 examples/tables-styles.adoc
asciidoctor-revealjs-3.1.0 examples/tables-styles.adoc
asciidoctor-revealjs-3.0.0 examples/tables-styles.adoc
asciidoctor-revealjs-3.0.0.pre.rc1 examples/tables-styles.adoc