Hi all,

Is it possible to set the after attribute for a nested enumeration? I've tried setting it directly with no luck, but maybe I'm missing some other flag or attribute I need to set? An example follows.

Before text
\startitemize[after={\blank[3*big]}]
\item
    Here is an item
    \startitemize[after={\blank[3*big]}]
    \item
        Sub item
    \item
        Sub item 2
    \stopitemize
    This text is too close to the nested enumeration.
\stopitemize
This text is the correct distance from outer enumeration.

Thanks,
Nick