Hi,
I have a strange error with ConTeXt. This error isn't produced using
LuaTeX. The error seems to be in one of the CoTeXt files but I can't
understand it. I hope some of you will be able to help me there.
The code is as simple as that:
===== test.tex =====
1 \begingroup
2 \item{1} test 1
3 \item{2} test 2
4 \endgroup
5
6 \end
7
====================