Hi,
how can I get rid of the quotes around about's output (see below)?
\starttext
\chapter[
reference={ref123},
title={Titel},
marking={Titel},
list={Titel},
bookmark={Titel}]
see in \at[ref123] \about[ref123]
(should be “1 Titel”)
\stoptext
Steffen