File: tables.org

package info (click to toggle)
golang-github-niklasfasching-go-org 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 788 kB
  • sloc: sh: 142; makefile: 42
file content (48 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#+CAPTION: table with separator before and after header
|---+---+---|
| a | b | c |
|---+---+---|
| 1 | 2 | 3 |

#+CAPTION: table with separator after header
| a | b | c |
|---+---+---|
| 1 | 2 | 3 |

#+CAPTION: table with unicode characters
| Character | Org       | Rendered HTML |
|-----------+-----------+---------------|
| Hyphen    | =a - b=   | a - b         |
| Ndash     | =a -- b=  | a – b         |
| Mdash     | =a --- b= | a — b         |
| Ellipsis  | =a ... b= | a … b         |

#+CAPTION: table without header (but separator before)
|---+---+---|
| 1 | 2 | 3 |

#+CAPTION: table without header
| 1 | 2 | 3 |

#+CAPTION: table with aligned and sized columns
| left aligned | right aligned | center aligned |
|--------------+---------------+----------------|
| <l>          |           <r> |      <c5>      |
|              |           <1> |                |
| 42           |            42 |       42       |
| foobar       |        foobar |     foobar     |

#+CAPTION: table with right aligned columns (because numbers)
| long column a | long column b | long column c |
|---------------+---------------+---------------|
|             1 |             2 |             3 |

#+CAPTION: table with multiple separators (~ multiple tbodies)
| a | b | c |
|---+---+---|
| 1 | 2 | 3 |
| . | . | . |
|---+---+---|
| 1 | 2 | 3 |
|---+---+---|
| 1 | 2 | 3 |