TyOverby / Pipe

Mozilla Public License 2.0
21 stars 1 forks source link

Block mode equation produce invalid output #11

Closed TyOverby closed 10 years ago

TyOverby commented 10 years ago

In the source file:

|equation 
    a + b = c

foo

The empty line is treated as part of the equation and produces the following invalid latex.

\begin{align*}
a+b=c \\
\\
\end{align*}

When it should produce

\begin{align*}
a+b=c \\
\end{align*}
TyOverby commented 10 years ago

Fixed in 1b9ff78a329df8182c23de65ecff6d18be1e2fbf