I'm using pandoc to be converted to LaTeX and in a few cases I enter raw latex code, which is great, since pandoc just passes it through. 
However, it seems that when it comes across a \begin macro, starting an environment, pandoc thinks everything in the environment is raw LaTeX and stops converting. 

Some *italics* text.
\begin{center}
Some centered *italics* text.
\end{center}

Becomes in the LaTeX output:

Some \emph{italics} text.
\begin{center}
Some centered *italics* text.
\end{center}

When I'm hoping for is to convert the markdown inside the center environment too, like so: 

Some \emph{italics} text.
\begin{center}
Some centered \emph{italics} text.
\end{center}

Any help, suggestions for a workaround, or alternative solutions would be highly appreciated.

- Jan

--
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/04f37530-2688-4a0d-b092-7d18f90d3631%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.