\definedescription question

I have this definition: \definedescription[Member][headstyle=bold, location=hanging,width=fit] What do I need to do if my description item has multiple paragraphs? A \par ends the description, so I need a definition of some sort of followup item without the heading. How do I do that? I'm using mkii. G

Better still. I found the solution:
\definedescription[Member][headstyle=bold,
location=hanging,width=fit]
\definemeasure[CAindent][12pt]
\setupindenting[yes,\measure{CAindent}]
\starttext
\input knuth
\par
\input knuth
\par
\startMember{Foo Foo Foo} \indenting[yes] \input knuth
\par \input knuth
\stopMember
\stoptext
\indenting[yes] after \startMember does the trick.
G
On 21 Sep 2014, at 19:57, Wolfgang Schuster
participants (3)
-
Gerben Wierda
-
Otared Kavian
-
Wolfgang Schuster