Hello,
here's a sample code:
----
\starttext
\startitemize[packed_,joinedup_][headstyle_=]
\head Ccc:
\startitemize[packed][width=0pt]
\item Ddd
\starttabulate[|||r|]
\NI Aaa \NC Bbb \AR
\stoptabulate
\stopitemize
\stopitemize
\stoptext
----
How do I remove the blank space in front of the table, marked by the green line in the picture, so that the text "- Aaa Bbb" moves just below the "- Ddd"?
TIA.
Best regards,
Lukas