![](https://secure.gravatar.com/avatar/532990f0c5a8331f60e3d0e1173292a6.jpg?s=120&d=mm&r=g)
14 Dec
2021
14 Dec
'21
4:44 p.m.
Hi, is there a way to get some text between the head and the text of a description. Enumerations have stoppers, but I couldn't find an equivalent setting for descriptions: The output should look roughly like this: ABC: asdfasdfasdf jklöjklööjklö CDE: asdfasdfasdf jklöjklöjklöö Denis %%%%%%%%%%%%%%%%%%%%%%%%% \definedescription[deflist][ headstyle=normal, style=normal, alternative=hanging, width=fit, margin=1cm, distance=0em, ] \starttext \startdeflist{ABC} \input knuth \stopdeflist \startdeflist{CDE} \input knuth \stopdeflist \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%