Dear All,I'm trying to run one of the examples in the ConTeXt wiki page https://wiki.contextgarden.net/TitlesHere's the code:\setuppapersize[A5]
\section[sec:old]{Old Section}
This is an old-style \ConTeXt\ section.
\startsection
[
title={New Section}
reference=sec:new,
]
This is a new-style section.
\stopsectionHowever, my compiled pdf looks nothing like the example on the wiki. What am I doing wrong? Is there anything wrong with my ConTeXt settings?