> It should be enough to just check that the line (otherwise not > empty) begins with at least one space. Reading ahead to count the > number of spaces is not needed, and may indeed be bad, because the > spaces need to print as usual.
Groff does this already while processing leading spaces in a line. It
is necessary to do so for finding a trailing newline since in this
situation the spaces are completely ignored.
Werner
