This example from the readme:
:::list-table
* - row 1, column 1
- row 1, column 2
- row 1, column 3
* - row 2, column 1
-
- row 2, column 3
* - row 3, column 1
- row 3, column 2
:::
Now raises the following error: Encountered unassigned table cell. This issue can be rectified by adding an empty bullet point at the bottom like this:
:::list-table
* - row 1, column 1
- row 1, column 2
- row 1, column 3
* - row 2, column 1
-
- row 2, column 3
* - row 3, column 1
- row 3, column 2
-
:::
This example from the readme:
Now raises the following error:
Encountered unassigned table cell. This issue can be rectified by adding an empty bullet point at the bottom like this: