markdown-preview-enhanced icon indicating copy to clipboard operation
markdown-preview-enhanced copied to clipboard

Feature Request: colspan / rowspan for tables

Open lunabunn opened this issue 8 years ago • 6 comments

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,

lunabunn avatar Jul 03 '17 11:07 lunabunn

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 .

shd101wyy avatar Jul 03 '17 13:07 shd101wyy

MultiMarkdown supports it. There's probably more, but that's all I can find :P I also edited my first comment. Thanks

lunabunn avatar Jul 15 '17 10:07 lunabunn

@offcolor Done.

screen shot 2017-07-15 at 8 16 45 pm

You can enable it from package settings:

screen shot 2017-07-16 at 1 52 14 am

shd101wyy avatar Jul 16 '17 06:07 shd101wyy

nvm it's a bit buggy now.

shd101wyy avatar Jul 16 '17 06:07 shd101wyy

Any updates ?

Archetipo95 avatar Mar 14 '18 09:03 Archetipo95

It is not work in my case, anyone can you help me @shd101wyy

| a | b |
|---|---|
| 1 | 2 |
| ^ | 3 |

image

vvuonghn avatar Jul 07 '22 08:07 vvuonghn