Feature Request: colspan / rowspan for tables
MultiMarkdown (and probably some other markdown syntaxes) support this- colspan/rowspan for tables.
It would be nice if it worked like
|1|2|3|
|COLSPAN|||
Thank you,
Can you show me example of markdown editors that support colspan and rowspan? Thanks
On Mon, Jul 3, 2017 at 6:34 AM offcolor [email protected] wrote:
Many (or at least some) markdown scripts support this- colspan/rowspan for tables.
It would be nice if it worked like
|1|2|3| |COLSPAN|||
Thank you,
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shd101wyy/markdown-preview-enhanced/issues/479, or mute the thread https://github.com/notifications/unsubscribe-auth/AB0gf-OUN5MwxxQb1IaKpst_kXgXRJ3uks5sKNG1gaJpZM4OMLAH .
MultiMarkdown supports it. There's probably more, but that's all I can find :P I also edited my first comment. Thanks
@offcolor Done.

You can enable it from package settings:

nvm it's a bit buggy now.
Any updates ?
It is not work in my case, anyone can you help me @shd101wyy
| a | b |
|---|---|
| 1 | 2 |
| ^ | 3 |
