Tables in Wiki for 19.0.0

I’ve been searching everywhere but can’t find about adding a table to a VDS wiki catalog. I tried using the standard Wiki markdown, but it doesn’t work. For example, typing this:

{|
|Orange

Apple
Bread
Pie
-
Butter
Ice cream
}

Only shows that, and not a table.

Is there a setting switch I need to flip to make this work?

@martinocando Dremio uses a Github-flavored markdown… Reference docs are here: GitHub Flavored Markdown Spec

So for tables, something like:

| Fruit | More Fruit |
| --- | --- |
| Apple | Orange |
| Banana | Tomato? |

Would yield this:

1 Like

Thank you very much. It works great.

Hello

For some reason, it seems tables are stuck only on half of the page. So an horizontal scrolling bar appears when content of a cell is large …

Is there a way for force full wiki page width ?

It seems scrolling bar appears when line (including pipes is more that 128 cars). Do you confirm ?