When I set items in a list, like this:

\starttext
\startitemize[n]
\startitem \input knuth \stopitem
\startitem \input knuth \stopitem
\stopitemize
\stoptext

...it ends up placing the items in double-space, or similar, where there's about a gap of one text-height between lines, instead ofthe usual gap between lines. If you render the above, it makes a gap between the two quotes.

Is there a way to make it have normal line width?

--Joel