common
Table

Table block

EStudio's table is powerful and easy to use. You can create a table by using the following markdown syntax:

| Header 1 | Header 2 | Header 3 |
| -------- | -------- | -------- |
| Row 1    | Row 1    | Row 1    |
| Row 2    | Row 2    | Row 2    |

or just use / and choose table to insert a table block.

Features

  • you can insert sub-content or blocks in the table cell, e.g. you can insert a table in a table cell 😎
  • you can use popup menu to edit the table cell / row / column ...