§ Table (Mesa) <table>
A rough implementation of mesa extension.
§ Table Markup
,,,
header_01 , :header_02:
cell 01 , cell 02
"cell with a, comma (`,`)" , "cell with
**multilines**"
,,,
| header_01 | header_02 |
|---|---|
cell 01 |
cell 02 |
cell with a, comma ( |
cell with multilines |
§ Basic Table
,,,
1 , 2 , 3
one , two , three
uno , dos , tres
ichi , ni , san
,,,
| 1 | 2 | 3 |
|---|---|---|
one |
two |
three |
uno |
dos |
tres |
ichi |
ni |
san |
,,,
pokemon , type , :emoji:
pikachu , electric , 🐭 ⚡️
charmander , fire , 🦎 🔥
onyx , rock , 🐍 🪨
,,,
| pokemon | type | emoji |
|---|---|---|
pikachu |
electric |
🐭 ⚡️ |
charmander |
fire |
🦎 🔥 |
onyx |
rock |
🐍 🪨 |
§ Alignment
,,,
:Left , :Center: , Right:
`<<--` , `--|--` , `-->>`
"left, :left" , :center: , right:
,,,
| Left | Center | Right |
|---|---|---|
|
|
|
left, :left |
:center: |
right: |
§ Markdown Blocks
,,,
name , blocks
list , "- a
- b
- c"
codeblock , "````odin
hi := ""hello""
````"
headings , "### Header [^1]
> Quote
### Another Header"
,,,
| name | blocks |
|---|---|
list |
|
codeblock |