Table inside of list is rendered incorrectly
Hello. The plugin breaks the following behavior (See: Table inside of list is rendered incorrectly #325):
- list item
| Col1 | Col2 |
| ----- | ---- |
| Col1 | Col2 |
- With this plugin enabled:
- With this plugin disabled:
Sorry for overlooking this issue.
The current release requires exact indentation with the list (2 spaces) to render correctly. It fails when tables have leading spaces, as shown in the example below:
··| Col1 | Col2 |
··| ----- | ---- |
··| Col1 | Col2 |
In the next release, this example will be accepted. However, it will prepend empty cells and this is still inconsistent with the original table plugin. The empty cells are used for the multiline feature to correctly join cells from previous lines. Please let me know if this would be unacceptable.
In the next release, this example will be accepted. However, it will prepend empty cells and this is still inconsistent with the original table plugin. The empty cells are used for the multiline feature to correctly join cells from previous lines. Please let me know if this would be unacceptable.
"Unacceptable" is a rather strong word IMO🙂 But would these empty cells be visible? If yes, that would be a little ugly. If not, I don't care too much.