markmap / markmap-vscode

Integrate markmap into VSCode
https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode
MIT License
220 stars 21 forks source link

[BUG] Markdown table not supported #51

Closed jesseddeng closed 6 months ago

jesseddeng commented 6 months ago

Describe the bug

Web version of markmap could render the Mardown table but VS version couldn't. Not sure it is because of not supporting or a bug? Hope to have this feature in VSCode version!

To Reproduce

| Products | Price |
|-|-|
| Apple | 4 |
| Banana | 2 |

Not showing as Table is VS Expected behavior

Products Price
Apple 4
Banana 2

Actual behavior

It become multiple nodes

Environment: