I'd like to be able to change the setup of the itemize and enumerate environments in pandoc's ConTeXt output.  I suggest adding setupitemize and setupenumerate variables to the default context template, like this:

--- default.context 2021-06-17 11:01:32.458435275 -0400
+++ changed.context 2021-06-17 11:11:53.961951947 -0400
@@ -97,9 +97,15 @@
 
 \setupitemize[autointro]    % prevent orphan list intro
 \setupitemize[indentnext=no]
+$if(setupitemize)$
+\setupitemize[$setupitemize$]
+$endif$
 
 \defineitemgroup[enumerate]
 \setupenumerate[each][fit][itemalign=left,distance=.5em,style={\feature[+][default:tnum]}]
+$if(setupenumerate)$
+\setupenumerate[$setupenumerate$]
+$endif$
 
 \setupfloat[figure][default={here,nonumber}]
 \setupfloat[table][default={here,nonumber}]

This is often necessary if you change the spacing between paragraphs using the existing whitespace variable.

I've attached a file with the above patch, which is against the default context template in pandoc 2.14.0.2, just in case mail messes the inline version up.
--

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAN1EhV8R5d5%2BQZ%2BYhhTFdihL3GgOZnfD%2BhQn2VGZ%2BZHFj0uJwg%40mail.gmail.com.