chdemko / pandoc-latex-environment

Pandoc filter for adding LaTeX environement on specific div
https://pandoc-latex-environment.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
33 stars 9 forks source link

Fixed the begin and end blocks outputting whitepsace #7

Closed AshleighAdams closed 4 years ago

AshleighAdams commented 4 years ago

Makes the LaTeX output like:

\begin{custom}
The content.
\end{custom}

Instead of

\begin{custom}

The content.

\end{custom}

The additional whitespace was breaking awesomebox's rendering.