Gavin,
thanks for the reply.
> The second point is not a bug because "bar" is the first paragraph
> in the node so doesn't get indented.
I disagree. Using this slightly modified input:
```
\input texinfo.tex
@node Top
@node Foo
@chapter Foo
@image{test,,,foo,}
bar
baz
@bye
```
the behaviour of info differs from the PDF output (using `texinfo.tex`
version 2021-04-08.19) – for the latter, 'bar' *is* indented.
Please modify either `texinfo.tex` or the info source code to make the
behaviour identical (whatever it is, I actually don't care).
Werner