Closed Meteor0id closed 4 years ago
In MultiMarkdown, cells with spaces only will be converted to empty cells (spaces are trimmed). Below is the example:
|Header A| |Header B|
|--------|--------|--------|
|Content || |
Header A | Header B | |
---|---|---|
Content |
What I am missing in the examples provided is how to differentiate between long cells and cells which border an empty cell. How to use this syntax in such way that my empty cells won't collapse into long cells?