I'm not quite sure if I follow; do you want to remove whitespace in the generated TeX, or are you concerned with the spacing between lists and paras when the TeX is parsed?
On Tuesday, April 13, 2021 at 8:42:34 AM UTC+10 0alph...@gmail.com wrote:
Pandoc has compact lists, which use the template-defined \tightlist macro. (https://github.com/jgm/pandoc/pull/1571)

Is there a way to compact this further, by changing the generated tex like so?

Current:
Text Plus List, Loose

\begin{itemize}
% etc


Desired:
Text Plus List, Compact
\begin{itemize}
% etc

--
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/52c442e8-a14f-40b4-9c9d-3eb40dee9be6n%40googlegroups.com.