We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8042101 commit 7eaf31cCopy full SHA for 7eaf31c
adoc.adoc
@@ -56,12 +56,20 @@ image::png.png[]
56
[[my-table,My table]]
57
.My amazing table
58
|===
59
-|Name of Column 1 |Name of Column 2 |Name of Column 3
60
|Cell in column 1, row 1 |Cell in column 2, row 1 |Cell in column 3, row 1
61
|Cell in column 1, row 2 |Cell in column 2, row 2 |Cell in column 3, row 2
62
63
64
-<<my-table>>
+Link to table: <<my-table>>
+
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
73
74
=== Table align
75
0 commit comments