Hi,

Has anything changed with titles and enumerations? I expected a title "Title" with the following setup.

\defineenumeration[example][
  text=Example,
  title=yes,
]

\starttext
\startexample[title={Title}]
This is a test.
\stopexample
\stoptext

But it does not show up.

/Mikael