Table Block
Use |
to create a table. The first row is the header. The second row must use -
and can set alignment, and from the third row, the table content is filled in.
| Name | Age | Occupation |
|-----------|-----|-------------|
| Alice | 28 | Developer |
| Bob | 34 | Designer |
| Charlie | 22 | Engineer |
||caption||
Header 1 | Header 2 | Header 3 |
---|---|---|
Left-aligned | Centered | Right-aligned |
print("This is a code block") |
Bold | |
This is plain text | Link | Bold Italic Text |
PREVIEW
⚠️ Attention
You should use a tool to generate tables. It is not wise to manually create large tables using a keyboard.