Uwe Stöhr wrote:
rgheck schrieb:

The issue actually seems to be that we're not outputting a newline at the end of environments.

You are right that this is independent of modules. I only tested with itemize environments which are correct.
The bug is that be miss a "\n" before \begin{environment}.

 So we get things like:
   \begin{quote}
   a\end{quote}
where I think we used to get:
   \begin{quote}
   a
   \end{quote}
Right?

Right.

But this looks like it's more (or also) an problem with \end{}.

rh

regards Uwe

Reply via email to