Steven
30 يونيو 2020، 11:39ص
1
Hi,
I think it’s a new bug, in a table, when you upload an image the | separating the name of the image and the size works as a new column and breaks the table:
|--|--|
|  |  |
Table
Heading

dax
(Daniela)
30 يونيو 2020، 12:12م
3
It’s working for me
Table
Heading
| Table |Heading |
|--|--|
|  |  |
Table
Heading
| Table |Heading |
|--|--|
| |  |
The problem is that markdown tables do not support the images size inside the image syntax so you need to use something like:
|Table |Heading|
|---|---|
|  |  |
Table
Heading
instead of
|Table |Heading|
|---|---|
|  |  |
PS. You can still use the HTML table if you need to specify the image size.
4 إعجابات
By default uploaded images add the size details so I thought it might be something to look at, but it’s totally fine by me, easy to go around it!
إعجاب واحد (1)
You can also escape the vertical line inside the table:
Table
Heading
|--|--|
|  |  |
إعجاب واحد (1)
Falco
(Falco)
30 يونيو 2020، 3:18م
8
4 إعجابات