What's the right way to workaround the following interaction between \setupdelimitedtext and TeX's paragraph building rules? In the example below, the last paragraph from knuth.tex has the linespacing of the regular text set in 12pt, rather than the intended, narrower linespacing of 8pt text. Uncommenting the negligible vertical space (\vskip1sp) fixes the discrepancy. Is it the best workaround? I also tried setting after={\vskip1sp} in the \setupdelimitedtext, but it had no effect. I'm using 2008.10.31, MkII. Thanks for any suggestions, which I'll wikify if the solution is interesting to more than just me. \setupdelimitedtext[blockquote][style={\switchtobodyfont[8pt]}] \starttext \startblockquote \input knuth %\vskip1sp \stopblockquote \input tufte \stoptext -Sanjoy