diff --git a/src/tables_symbols_math.adoc b/src/tables_symbols_math.adoc index 35b693a..22763bd 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,9 @@ Which renders as follows: |9 2+>|10 |============================ + +==== Numbered encoding table + The following example is code for a numbered encoding table with link target. NOTE: Annotations have been added to the code to illustrate their use.