Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Multimarkdown tables for VSCodeNew to Visual Studio Code? Get it now.
Multimarkdown tables for VSCode

Multimarkdown tables for VSCode

Edward Woolhouse

|
116 installs
| (0) | Free
Adds previews for Multimarkdown tables
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Multimarkdown tables for VS Code

Adds support for multimark tables, driven by the the markdown-it-multimd-table library. This allows you to add complex tables, with spanned rows and columns, or define tables over multiple rows.

Syntax

|               |          Grouping           ||
| First Header  | Second Header | Third Header |
| ------------- | :-----------: | -----------: |
| Content       |          *Long Cell*        ||
| Content       |   **Cell**    |         Cell |
| New section   |     More      |         Data |
| And more      | With an escaped '\|'        ||
|^^             | and more!                   ||
| It even       | Which is helpful if you got || \
| supports      | a lot to say, which would   || \
| multiple rows | otherwise make a very long  || \
|               | line                        ||
| You can put arbitrary markdown in cells    ||| \
| - Item 1                                   ||| \
| - Item 2                                   ||| \
| - Item 3                                   |||
| ```typescript                              ||| \
| const codeBlock = 'allowed';               ||| \
| ```                                        |||

Rendered complex table

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft