how do I get Images to push the text to a newline in textMesh Pro

In my game, I would like to add images in the middle of paragraphs of text. I see that TextMesh Pro has the ability to add images to text but it seems as though the only use right now is to add emojis and controller button images.

On the left is how my game looks currently and the right is how I want my game to look. I want the image to push text that comes after it below the image. Can anyone help me achieve this?


Here is what the text looks like in the code.

Is this image referenced in the text or is this image a separate object?

mid it is a separate object, you could use the Linked Overflow mode. See the Linked Text example included in the TMP Examples & Extras.

Sorry, I forgot to mention that. Yes, the image is referenced in the text. Here is what the text looks like in the code.