mirror of
https://git.proxmox.com/git/cargo
synced 2025-08-19 07:34:26 +00:00
36 lines
758 B
Markdown
36 lines
758 B
Markdown
# tables(1)
|
|
|
|
## DESCRIPTION
|
|
|
|
Testing tables.
|
|
|
|
| Single col |
|
|
--------------
|
|
| Hi! :) |
|
|
|
|
|
|
Header content | With `format` *text* | Another column
|
|
---------------|----------------------|----------------
|
|
Some data | More data |
|
|
Extra long amount of text within a column | hi | there
|
|
|
|
|
|
Left aligned | Center aligned | Right aligned
|
|
-------------|:--------------:|--------------:
|
|
abc | def | ghi
|
|
|
|
|
|
Left aligned | Center aligned | Right aligned
|
|
-------------|:--------------:|--------------:
|
|
X | X | X
|
|
Extra long text 123456789012 with mixed widths. | Extra long text 123456789012 with mixed widths. | Extra long text 123456789012 with mixed widths.
|
|
|
|
|
|
| Link check |
|
|
--------------
|
|
| [foo] |
|
|
| <https://example.com/> |
|
|
|
|
|
|
[foo]: https://example.com/
|