README: Split up documentation of table extensions.
This commit is contained in:
parent
d52a1ec18f
commit
8448b8a386
1 changed files with 9 additions and 4 deletions
11
README
11
README
|
@ -1455,15 +1455,14 @@ A line containing a row of three or more `*`, `-`, or `_` characters
|
||||||
Tables
|
Tables
|
||||||
------
|
------
|
||||||
|
|
||||||
**Extension: `simple_tables`, `multiline_tables`, `grid_tables`,
|
|
||||||
`pipe_tables`, `table_captions`**
|
|
||||||
|
|
||||||
Four kinds of tables may be used. The first three kinds presuppose the use of
|
Four kinds of tables may be used. The first three kinds presuppose the use of
|
||||||
a fixed-width font, such as Courier. The fourth kind can be used with
|
a fixed-width font, such as Courier. The fourth kind can be used with
|
||||||
proportionally spaced fonts, as it does not require lining up columns.
|
proportionally spaced fonts, as it does not require lining up columns.
|
||||||
|
|
||||||
### Simple tables
|
### Simple tables
|
||||||
|
|
||||||
|
**Extension: `simple_tables`, `table_captions`**
|
||||||
|
|
||||||
Simple tables look like this:
|
Simple tables look like this:
|
||||||
|
|
||||||
Right Left Center Default
|
Right Left Center Default
|
||||||
|
@ -1511,6 +1510,8 @@ would be right, left, center, and right aligned, respectively.
|
||||||
|
|
||||||
### Multiline tables
|
### Multiline tables
|
||||||
|
|
||||||
|
**Extension: `multiline_tables`, `table_captions`**
|
||||||
|
|
||||||
Multiline tables allow headers and table rows to span multiple lines
|
Multiline tables allow headers and table rows to span multiple lines
|
||||||
of text (but cells that span multiple columns or rows of the table are
|
of text (but cells that span multiple columns or rows of the table are
|
||||||
not supported). Here is an example:
|
not supported). Here is an example:
|
||||||
|
@ -1561,6 +1562,8 @@ the table), or the table may be interpreted as a simple table.
|
||||||
|
|
||||||
### Grid tables
|
### Grid tables
|
||||||
|
|
||||||
|
**Extension: `grid_tables`, `table_captions`**
|
||||||
|
|
||||||
Grid tables look like this:
|
Grid tables look like this:
|
||||||
|
|
||||||
: Sample grid table.
|
: Sample grid table.
|
||||||
|
@ -1585,6 +1588,8 @@ columns or rows. Grid tables can be created easily using [Emacs table mode].
|
||||||
|
|
||||||
### Pipe tables
|
### Pipe tables
|
||||||
|
|
||||||
|
**Extension: `pipe_tables`, `table_captions`**
|
||||||
|
|
||||||
Pipe tables look like this:
|
Pipe tables look like this:
|
||||||
|
|
||||||
| Right | Left | Default | Center |
|
| Right | Left | Default | Center |
|
||||||
|
|
Loading…
Add table
Reference in a new issue