-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
-
:::
Metadata
Metadata
Assignees
Labels
No labels