On Mon, Apr 26, 2021 at 05:40:35AM +0000, Werner LEMBERG wrote:
> Note, however, that there are still two problems with inline images.
> Consider the following example.
>
> ```
> \input texinfo.tex
>
> @node Top
>
> @node Foo
> @chapter Foo
>
> @image{image,,,image} test
>
> bar
>
> @image{image,,,image} test
>
> baz
>
> @bye
I don't have time to test it right now but one thing to try is
@noindent @image{image,,,image} test
instead, to start the paragraph before the image.
