I don’t know how to explain this better, but ran into this issue twice.
If I want to put the images in table format, this ‘|’ in images always interferes.
I don’t know how to explain this better, but ran into this issue twice.
If I want to put the images in table format, this ‘|’ in images always interferes.
What happends is you use \|
? Pipe is part of table structure and for sure it doesn’t work as part of content inside cells and that’s why I’m quite sure it must be escaped.
I would assume that’d break the images, here’s a test:
A | B |
---|---|
EDIT: It doesn’t break, but I don’t think it respects the image size specified after the pipe if you do that. (Not sure though)
EDIT 2: Nope apparently it’s completely fine.
Then we are considering option 2: html tables.
Can you please elaborate how has that worked? As I can’t see the code for the table.
Sure, here’s the raw:
|A|B|
|-|-|
|
![TV Test\|259x194](upload://j7HEICqfWHEYOraEy86w18XgYpt.png)|![TV Test\|259x194, 50%](upload://j7HEICqfWHEYOraEy86w18XgYpt.png)|
Thank you for sharing that I’ll give it a try.