You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
586 B
44 lines
586 B
4 years ago
|
////
|
||
|
Examples for table data format section
|
||
|
////
|
||
|
|
||
|
// tag::csv[]
|
||
|
[%header,format=csv]
|
||
|
|===
|
||
|
Artist,Track,Genre
|
||
|
Baauer,Harlem Shake,Hip Hop
|
||
|
The Lumineers,Ho Hey,Folk Rock
|
||
|
|===
|
||
|
// end::csv[]
|
||
|
|
||
|
// tag::dsv[]
|
||
|
[%header,format=dsv]
|
||
|
|===
|
||
|
Artist:Track:Genre
|
||
|
Robyn:Indestructable:Dance
|
||
|
The Piano Guys:Code Name Vivaldi:Classical
|
||
|
|===
|
||
|
// end::dsv[]
|
||
|
|
||
|
// tag::s-csv[]
|
||
|
,===
|
||
|
Artist,Track,Genre
|
||
|
|
||
|
Baauer,Harlem Shake,Hip Hop
|
||
|
,===
|
||
|
// end::s-csv[]
|
||
|
|
||
|
// tag::s-dsv[]
|
||
|
:===
|
||
|
Artist:Track:Genre
|
||
|
|
||
|
Robyn:Indestructable:Dance
|
||
|
:===
|
||
|
// end::s-dsv[]
|
||
|
|
||
|
// tag::i-csv[]
|
||
|
|===
|
||
|
\include::customers.csv[]
|
||
|
|===
|
||
|
// end::i-csv[]
|