Well, Pandoc parses the following:

Text Plus List, Compact
- List Item

into a Paragraph Node, followed by a List Node, for which the LaTeX writer outputs the snippet above.

What I'm concerned with is the final output, but the whitespace added by the writer is significant in that it represents a new *LaTeX* Paragraph, and this is what adds the extra space in the generated output. This is confirmed by the AST JSON dump, and compilation of MWEs with the above snippets.

So the real question is: "Is there a way to get this input parsed in a way such that LaTeX will emit them as one paragraph unit?"

--
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/04f11d46-7936-407e-bb32-175a68731a75n%40googlegroups.com.