Noticed this at https://github.com/wp-cli/entity-command/ where the <file> arg was documented like this:
* [<file>]
* : Read post content from <file>. If this value is present, the
* `--post_content` argument will be ignored.
*
* Passing `-` as the filename will cause post content to
* be read from STDIN.
In the handbook this looks OK:
But in the readme generation the indentation is off:
That's because everything is indented with tabs, but this new paragraph is indented with spaces:
[<file>]
Read post content from <file>. If this value is present, the
`--post_content` argument will be ignored.
Passing `-` as the filename will cause post content to
be read from STDIN.
Or as a screenshot:

Noticed this at https://github.com/wp-cli/entity-command/ where the
<file>arg was documented like this:In the handbook this looks OK:
But in the readme generation the indentation is off:
That's because everything is indented with tabs, but this new paragraph is indented with spaces:
Or as a screenshot: