From 7eaf31cdaf1b776a68735620e93259d0484b9000 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 28 Feb 2018 05:02:41 +0000 Subject: [PATCH] merge --- adoc.adoc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/adoc.adoc b/adoc.adoc index 3827cee..87593d7 100644 --- a/adoc.adoc +++ b/adoc.adoc @@ -56,12 +56,20 @@ image::png.png[] [[my-table,My table]] .My amazing table |=== -|Name of Column 1 |Name of Column 2 |Name of Column 3 |Cell in column 1, row 1 |Cell in column 2, row 1 |Cell in column 3, row 1 |Cell in column 1, row 2 |Cell in column 2, row 2 |Cell in column 3, row 2 |=== -<> +Link to table: <> + +Table with header: + +[options="header"] +|=== +|Name of column 1 |Name of column 2 |Name of column 3 +|Cell in column 1, row 1 |Cell in column 2, row 1 |Cell in column 3, row 1 +|Cell in column 1, row 2 |Cell in column 2, row 2 |Cell in column 3, row 2 +|=== === Table align