Tables
💻️/Markdown publish: true aliases:
- null cssclass: null created: 2021-12-31 1946 updated: 2022-01-01 2151
In markdown the tables are denoted with pipe characters |
There is a minimum of 3 rows for a table
- header names
- separator
- data row
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
code:
| Syntax | Description |
| --------- | ----------- |
| Header | Title |
| Paragraph | Text |
The separator row has some options
|:---|
: Align content of this column Left
| Syntax | Description |
|:--------- |:----------- |
| Header | Title |
| Paragraph | Text |
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
|---:|
: Align content of this column Right
| Syntax | Description |
| ---------:| -----------:|
| Header | Title |
| Paragraph | Text |
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
|:---:|
: Align content of this column Center
| Syntax | Description |
|:---------:|:-----------:|
| Header | Title |
| Paragraph | Text |
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
Rendering may differ. See 3rd party plugin for Advanced Tables for easy management of markdown tables
Content within the table can contain:
-
Tags:
-
Reference:
-
Related: