Not very sure if I should post it here or as a feature request.
Steps to reproduce
Generally speaking, there are many ways to resize an image in markdown, such as .
Such as what is shown in those posts: Resize image - #3 by anita and Resize embedded content.
Those methods mentioned in those topics work fine if you want to show an image standalone. But if you want to do that inside a table: The sign “|” will be taken as the symbol to break between columns. So anything with “|” will not work.
Expected result
I mean, thinking of the logic behind that. It makes sense.
Maybe when phrasing markdown code, “[” and “]”, or “(” and “)” should have a higher priority than “|”?
Actual result
Environment