Can images be included in the cells of grid tables? #6406
-
The docs say that grid tables "allow arbitrary block elements" in cells. Do images count as arbitrary block elements? I'm trying to build a table that illustrates a simple probability distribution over the roll of a six-sided die. I want each row of the table to have an image of one side of the die, followed (in the next column) by the probability of that side landing face up. Here's the code I've written:
This doesn't produce what I expect. Here's a screenshot of the (undesired) output: What I intend (in case this isn't obvious) is that each image would appear in its own row. Thanks!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to use markdown syntax to highlight a new paragraph or a new line within the paragraph. New paragraph is defined by an empty line. |
Beta Was this translation helpful? Give feedback.
You need to use markdown syntax to highlight a new paragraph or a new line within the paragraph.
New paragraph is defined by an empty line.
or with
New line within a paragraph is defined with a trailing double space
\
.