Skip to content

Commit 7eaf31c

Browse files
committed
merge
1 parent 8042101 commit 7eaf31c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

adoc.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,20 @@ image::png.png[]
5656
[[my-table,My table]]
5757
.My amazing table
5858
|===
59-
|Name of Column 1 |Name of Column 2 |Name of Column 3
6059
|Cell in column 1, row 1 |Cell in column 2, row 1 |Cell in column 3, row 1
6160
|Cell in column 1, row 2 |Cell in column 2, row 2 |Cell in column 3, row 2
6261
|===
6362

64-
<<my-table>>
63+
Link to table: <<my-table>>
64+
65+
Table with header:
66+
67+
[options="header"]
68+
|===
69+
|Name of column 1 |Name of column 2 |Name of column 3
70+
|Cell in column 1, row 1 |Cell in column 2, row 1 |Cell in column 3, row 1
71+
|Cell in column 1, row 2 |Cell in column 2, row 2 |Cell in column 3, row 2
72+
|===
6573

6674
=== Table align
6775

0 commit comments

Comments
 (0)