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.
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|
|-|-|
|
||
Thank you for sharing that I’ll give it a try.