redbug312 / markdown-it-multimd-table

Multimarkdown table syntax plugin for markdown-it markdown parser
MIT License
144 stars 37 forks source link

provide example syntax for avoiding empty cells from colapsing into longcells #29

Closed Meteor0id closed 4 years ago

Meteor0id commented 4 years ago

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?

redbug312 commented 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