pandoc/test/command/5010.md
John MacFarlane c51be5dfc8 LaTeX reader: allow space at end of math after \.
Closes #5010.

Expose trimMath from T.P.Shared.
2018-10-29 22:20:14 -07:00

21 lines
356 B
Markdown

```
% pandoc -f latex -t latex
\(\left\{ \begin{matrix}
y\,\,\,\, \geqq \,\,\, f\,(\, x\,)\,\, \\
y\,\,\, \leqq \,\,\, g\,(\, x\,)\, \\
\end{matrix} \right.\ \)
^D
\(\left\{ \begin{matrix}
y\,\,\,\, \geqq \,\,\, f\,(\, x\,)\,\, \\
y\,\,\, \leqq \,\,\, g\,(\, x\,)\, \\
\end{matrix} \right.\ \)
```
```
% pandoc -f markdown -t latex
$x\ $
^D
\(x\ \)
```