Hi,

I ran the following simple document through ConTeXt:

\setupbackend[export=yes,xhtml=yes]

\enableregime[utf-8]
\mainlanguage[en]
\language[en]

\setupexport[
  title={A nice book},
  author={John Doe},
  firstpage={cover.jpg},
]

\starttext
  \startitemize
    \item First
    \item Second
    \item Third
  \stopitemize

\stoptext

I then ran mtxrun:

mtxrun --script epub --make t.specification

This produced a document with the cover page correctly; however, the items were listed on a single line in the EPUB, instead of on lines by themselves.

I have a couple of questions:
Many thanks and kind regards.