From 5515de676372a6dce8512b101ffdabd21d7125e1 Mon Sep 17 00:00:00 2001 From: Kersten Richter Date: Fri, 10 May 2024 10:07:43 -0500 Subject: [PATCH] Update tables_symbols_math.adoc Signed-off-by: Kersten Richter --- src/tables_symbols_math.adoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/tables_symbols_math.adoc b/src/tables_symbols_math.adoc index 3b23412..64c0187 100644 --- a/src/tables_symbols_math.adoc +++ b/src/tables_symbols_math.adoc @@ -79,7 +79,7 @@ Either table renders with table headers. |=== -=== Asciidoc tables from CSV data. +=== Asciidoc tables from CSV data AsciiDoc tables can also be created directly from CSV data. Set the format block attribute to `csv` and insert the data inside the block delimiters directly: @@ -102,8 +102,13 @@ Baauer,Harlem Shake,Hip Hop The Lumineers,Ho Hey,Folk Rock |=== +=== Other table formatting options -There are numerous formatting options available. While some of the property settings are cryptic, they can be quite useful. There are numerous examples available at https://asciidoc.org/newtables.html. Here one example of what can be done with spans alignment in tables from that page: +There are numerous formatting options available. While some of the property settings are cryptic, they can be quite useful. There are numerous examples available at https://asciidoc.org/newtables.html. + +==== Table column spans + +Here one example of what can be done with spans alignment in tables from that page: [source,adoc] ---- @@ -126,6 +131,8 @@ Which renders as follows: |9 2+>|10 |============================ +==== Numbered encoding table + Following is code for a numbered encoding table with link target. NOTE: Annotations have been added to the code to illustrate their use.