Hi! The highlight seems to act strangely. In addition to the previous report, I get an unwanted <break/>: %%% start example \setupbackend[export=yes] \definehighlight[emph][style=italic] \starttext \section{test} \emph{Hello} world! \stoptext %%% stop example And the output is: <?xml version='1.0' encoding='UTF-8' standalone='yes' ?> <!-- input filename : prova --> <!-- processing date : Sun Nov 6 21:35:51 2011 --> <!-- context version : 2011.11.04 14:15 --> <!-- exporter version : 0.30 --> <document language="en" file="prova" date="Sun Nov 6 21:35:51 2011" context="2011.11.04 14:15" version="0.30" xmlns:m="http://www.w3.org/1998/Math/MathML"> <section detail="section" location='aut:1'> <sectionnumber>1</sectionnumber> <sectiontitle>test</sectiontitle> <sectioncontent> <highlight detail="emph">Hello</highlight> <break/> world! </sectioncontent> </section> </document> Am I doing it wrong? Best wishes -- Marco