Join the Webstudio community

Updated last week

Extend Markdown support to create tables?

I understand that proper tables are planned. This is likely to be a GUI task for the most part. I wonder if you – for now – couldn't extend your markdown-support, so that users can simply paste tables in Markdown format:

| Month | Savings |
| -------- | ------- |
| January | $250 |
| February | $80 |
| March | $420 |
1
B
H
o
17 comments
Do you mean Markdown Embed component?
Do you expect all table tags to be available for styling?
Better is always better 🙂.

Yet, if you could quickly place a table without having to spend quite a bit of time creating it with Flexbox (which isn't a "proper" table), this would already be useful.
My use-case would be a static size table that overflows on mobile devices, so that you have to scroll horizontally in the table-section.
While suggesting tables (which is important imho as well), I would suggest to support mermaid if it’s not there yet ^^.
completely out of scope
people struggle with basic things, most don't even know what mermaid is
I’m quite surprised by your answer.

Mermaid is more and more supported, AI can help generate it in an easy way. And, Obsidian, Notion, Hugo, Coda… All supports mermaid. Imho mermaid can be considered close to be a regular feature in Markdown.

What pushed WebStudio to support Markdown at the beginning?
Mermaid is also cool with AI. If you wonder about the structure of something or want it to explain a flow, just ask for Mermaid.
Markdown for now used for basic content
Mermaid is not supported natively in html and requires big rendering script. You can put it into html embed if you want to have mermaid on your website.
Or even better put svg into image
Then it wont affect performance
Thank you Bogdan for your detailed answer ^^.
Will be released soon
Add a reply
Sign up and join the conversation on Discord