Tables

Example

Basic table

Permission levelAccess
Bold or italic within a table cell. Next cell is empty on purpose.
Previous cell is empty. A --flag in mono text.
ReadPull
Read/WritePull, push
AdminAll of the above, plus update description, create, and delete

Feature-support table

Platformx86_64 / amd64
Ubuntu
Debian
Fedora
Arch (btw)

Markdown

Basic table

| Permission level                                                         | Access                                                        |
| :----------------------------------------------------------------------- | :------------------------------------------------------------ |
| **Bold** or _italic_ within a table cell. Next cell is empty on purpose. |                                                               |
|                                                                          | Previous cell is empty. A `--flag` in mono text.              |
| Read                                                                     | Pull                                                          |
| Read/Write                                                               | Pull, push                                                    |
| Admin                                                                    | All of the above, plus update description, create, and delete |

The alignment of the cells in the source doesn't really matter. The ending pipe character is optional (unless the last cell is supposed to be empty).

Feature-support table

| Platform   | x86_64 / amd64 |
| :--------- | :------------: |
| Ubuntu     |       ✅       |
| Debian     |       ✅       |
| Fedora     |                |
| Arch (btw) |       ✅       |