Hello, in the following sample there is unwanted vertical gap between text "Foo" and the first item "- bar" in the footnote 1 (and also between "Bar" and "- bar") - see red arrows. The same code used outside the footnote behaves as expected - there is no vertical space. Is there anything special about handling itemization inside footnotes? My code: ---- \def\T{% \startitemize[joinedup,nowhite] \item bar \item baz \stopitemize } \def\U{% Foo \T Bar \T } \starttext \U \startitemize \item Item\footnote{\U} \stopitemize \stoptext ---- Best regards, Lukas