Input
 trailing text Output AST
- type: Paragraph
children:
- type: ImageInline
src: b
alt:
- type: Text
value: a
- type: Text
value: " trailing text" An image line carrying trailing content fails the only-segment rule and falls back to a Paragraph with an ImageInline — no content is dropped
Input
 trailing text Output AST
- type: Paragraph
children:
- type: ImageInline
src: b
alt:
- type: Text
value: a
- type: Text
value: " trailing text"