source: rtems-tools/doc/asciidoc/tests/data/oldtables.txt @ f91e023

4.104.115
Last change on this file since f91e023 was f91e023, checked in by Chris Johns <chrisj@…>, on 02/17/14 at 07:04:46

Add the documentation.

  • Property mode set to 100644
File size: 1.7 KB
Line 
1AsciiDoc Old Tables
2===================
3
4Examples of the AsciiDoc 'old tables' syntax. This syntax was used in
5AsciiDoc versions up to 8.2.7 and has since been deprecated in favor
6of the 'new tables' syntax.
7
8Simple table:
9
10`---`---
111   2
123   4
135   6
14--------
15
16Table with title, header and footer:
17
18.An example table
19[grid="all"]
20`-----------.--------------
21Column 1     Column 2
22---------------------------
231            Item 1
242            Item 2
253            Item 3
26---------------------------
276            Three items
28---------------------------
29
30Four columns totaling 15% of the 'pagewidth', CSV data:
31
32[frame="all"]
33````~15
341,2,3,4
35a,b,c,d
36A,B,C,D
37~~~~~~~~
38
39A table with a numeric ruler and externally sourced CSV data:
40
41[frame="all", grid="all"]
42`15`20`25`20`~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43ID,Customer Name,Contact Name,Customer Address,Phone
44~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45"AROUT","Around the Horn","Thomas Hardy","120 Hanover Sq.
46London","(171) 555-7788"
47"BERGS","Berglunds snabbkop","Christina Berglund","Berguvsvagen  8
48Lulea","0921-12 34 65"
49"BLAUS","Blauer See Delikatessen","Hanna Moos","Forsterstr. 57
50Mannheim","0621-08460"
51"BLONP","Blondel pere et fils","Frederique Citeaux","24, place Kleber
52Strasbourg","88.60.15.31"
53"BOLID","Bolido Comidas preparadas","Martin Sommer","C/ Araquil, 67
54Madrid","(91) 555 22 82"
55"BONAP","Bon app'","Laurence Lebihan","12, rue des Bouchers
56Marseille","91.24.45.40"
57"BOTTM","Bottom-Dollar Markets","Elizabeth Lincoln","23 Tsawassen Blvd.
58Tsawassen","(604) 555-4729"
59"BSBEV","B's Beverages","Victoria Ashworth","Fauntleroy Circus
60London","(171) 555-1212"
61"CACTU","Cactus Comidas para llevar","Patricio Simpson","Cerrito 333
62Buenos Aires","(1) 135-5555"
63~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64
Note: See TracBrowser for help on using the repository browser.